Skip to content

Commit

Permalink
Merge branch 'static-macos-dev-build-link' into 'master'
Browse files Browse the repository at this point in the history
Don't put the job ID in the MacOS dev build filename

See merge request OpenMW/openmw!4442
  • Loading branch information
psi29a committed Nov 4, 2024
2 parents 3e80404 + 8cb5f2a commit 6f9e84b
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 @@ -509,7 +509,7 @@ Ubuntu_GCC_integration_tests_asan:
- ccache -z -M "${CCACHE_SIZE}"
- CI/before_script.osx.sh
- cd build; make -j $(sysctl -n hw.logicalcpu) package
- for dmg in *.dmg; do mv "$dmg" "${dmg%.dmg}_${CI_COMMIT_REF_NAME##*/}_${CI_JOB_ID}.dmg"; done
- for dmg in *.dmg; do mv "$dmg" "${dmg%.dmg}_${CI_COMMIT_REF_NAME##*/}.dmg"; done
- |
if [[ -n "${AWS_ACCESS_KEY_ID}" ]]; then
artifactDirectory="${CI_PROJECT_NAMESPACE//[\"<>|$'\t'\/\\?*]/_}/${CI_COMMIT_REF_NAME//[\"<>|$'\t'\/\\?*]/_}/${CI_COMMIT_SHORT_SHA//[\"<>|$'\t'\/\\?*]/_}-${CI_JOB_ID//[\"<>|$'\t'\/\\?*]/_}/"
Expand Down

0 comments on commit 6f9e84b

Please sign in to comment.