Skip to content

Commit

Permalink
qa: fix: Fix build artifacts generation program errors with "CI_ENVIR…
Browse files Browse the repository at this point in the history
…ONMENT_NAME: unbound variable" message

Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
  • Loading branch information
brlin-tw committed Oct 15, 2023
1 parent 621fd03 commit 65e3237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion continuous-integration/generate-build-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ fi

printf \
'Info: Generating the project archive...\n'
project_id="${CI_ENVIRONMENT_NAME}-${project_version}"
project_id="${CI_PROJECT_NAME}-${project_version}"
git_archive_all_opts=(
# Add an additional layer of folder for containing the archive
# contents
Expand Down

0 comments on commit 65e3237

Please sign in to comment.