From ad8d0c205526c5221d0662000f0842d4df6e3213 Mon Sep 17 00:00:00 2001 From: Carl Jones <jonesc162@cardiff.ac.uk> Date: Wed, 15 Mar 2023 16:19:35 +0000 Subject: [PATCH] Update Home page --- .gitlab-ci.yml | 1 - public/index.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ea8a901..0fcd4f8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,6 @@ stages: - assemble - build - publish - - deploy before_script: - echo $GRADLE_HOME diff --git a/public/index.html b/public/index.html index 548492f..de5a138 100644 --- a/public/index.html +++ b/public/index.html @@ -15,7 +15,7 @@ <a href="jacocoHtml">Test Coverage</a> </div> <div> -<a href="build/libs/assessment-1-2023-starter-monopoly-1.0-SNAPSHOT-all.jar">Executable Application Jar</a> +<a href="build/libs/assessment-2023-starter-monopoly-1.0-SNAPSHOT-all.jar">Executable Application Jar</a> </div> -- GitLab