Skip to content

Commit

Permalink
ci: Fix empty CI_JOB_NAME_SHORT variable
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Sep 28, 2023
1 parent fb068f4 commit 4930241
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
Expand Up @@ -110,7 +110,7 @@ deploy_website:
- which make && make --version
- which python3 && python3 --version
# CI_JOB_NAME_SLUG is introduced >=15.4 gitlab release
- export CI_JOB_NAME_SHORT=${JOBNAME/[\[ :\/ ]*}
- export CI_JOB_NAME_SHORT=${CI_JOB_NAME/[\[ :\/ ]*}
- echo "CI_JOB_NAME_SHORT=${CI_JOB_NAME_SHORT}"
artifacts:
when: always
Expand Down

0 comments on commit 4930241

Please sign in to comment.