Skip to content

Commit

Permalink
Update replaced CI variable
Browse files Browse the repository at this point in the history
  • Loading branch information
RoanH committed Jul 4, 2023
1 parent 4261f52 commit 0aaa010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image: eclipse-temurin:17

variables:
NAME: "${CI_PROJECT_NAME}-${CI_PIPELINE_ID}-${CI_BUILD_REF_NAME}"
NAME: "${CI_PROJECT_NAME}-${CI_PIPELINE_ID}-${CI_COMMIT_REF_NAME}"
PROJECTNAME: gMark

before_script:
Expand Down

0 comments on commit 0aaa010

Please sign in to comment.