Skip to content

Commit 6f9e84b

Browse files
committed
Merge branch 'static-macos-dev-build-link' into 'master'
Don't put the job ID in the MacOS dev build filename See merge request OpenMW/openmw!4442
2 parents 3e80404 + 8cb5f2a commit 6f9e84b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ Ubuntu_GCC_integration_tests_asan:
509509
- ccache -z -M "${CCACHE_SIZE}"
510510
- CI/before_script.osx.sh
511511
- cd build; make -j $(sysctl -n hw.logicalcpu) package
512-
- for dmg in *.dmg; do mv "$dmg" "${dmg%.dmg}_${CI_COMMIT_REF_NAME##*/}_${CI_JOB_ID}.dmg"; done
512+
- for dmg in *.dmg; do mv "$dmg" "${dmg%.dmg}_${CI_COMMIT_REF_NAME##*/}.dmg"; done
513513
- |
514514
if [[ -n "${AWS_ACCESS_KEY_ID}" ]]; then
515515
artifactDirectory="${CI_PROJECT_NAMESPACE//[\"<>|$'\t'\/\\?*]/_}/${CI_COMMIT_REF_NAME//[\"<>|$'\t'\/\\?*]/_}/${CI_COMMIT_SHORT_SHA//[\"<>|$'\t'\/\\?*]/_}-${CI_JOB_ID//[\"<>|$'\t'\/\\?*]/_}/"

0 commit comments

Comments
 (0)