mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 22:43:40 +02:00
Update docker_server.yml
This commit is contained in:
parent
299ea57ef6
commit
79624b0829
1 changed files with 4 additions and 4 deletions
|
@ -13,9 +13,9 @@ pipeline:
|
|||
|
||||
|
||||
commands:
|
||||
- if [ "CI_BUILD_EVENT" = "pull_request" ]; then
|
||||
export UPLOAD_PREFIX=build/overte/PR
|
||||
fi
|
||||
#- if [ "CI_BUILD_EVENT" = "pull_request" ]; then
|
||||
# export UPLOAD_PREFIX=build/overte/PR
|
||||
# fi
|
||||
- echo ::set-output name=commit_sha_short::`echo $CI_COMMIT_SHA | cut -c1-7`
|
||||
- if [ "${PLATFORM}" = "aarch64" ]; then
|
||||
echo "VCPKG_FORCE_SYSTEM_BINARIES=true" >> $GITHUB_ENV
|
||||
|
@ -91,7 +91,7 @@ pipeline:
|
|||
secret_key:
|
||||
from_secret: do_s3_secret_key
|
||||
source: $ARTIFACT_PATTERN
|
||||
target: $UPLOAD_PREFIX/$ARTIFACT_PATTERN
|
||||
target: /experiment/$ARTIFACT_PATTERN
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue