mkdir before mv

This commit is contained in:
Sinan Ta 2024-01-12 12:30:50 +01:00
parent 4e110bd06e
commit 22d84535fb

View File

@ -16,6 +16,7 @@ deploy:
- gradle -Pversion=${TEST_BUILDVERSION} publish - gradle -Pversion=${TEST_BUILDVERSION} publish
- gradle bootBuildImage --publishImage -PbuildbootDockerHostNetwork=true -Pversion=${TEST_BUILDVERSION} - gradle bootBuildImage --publishImage -PbuildbootDockerHostNetwork=true -Pversion=${TEST_BUILDVERSION}
after_script: after_script:
- mkdir -p .gradleBuildCache
- mv /tmp/.gradleBuildCache/ .gradleBuildCache/ || true - mv /tmp/.gradleBuildCache/ .gradleBuildCache/ || true
artifacts: artifacts:
reports: reports: