It's in the builder now [CI SKIP]

This commit is contained in:
Jef Roosens 2022-01-22 23:15:36 +01:00
parent 3f77c49c01
commit d2af65cbce
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30
2 changed files with 2 additions and 7 deletions

View file

@ -40,9 +40,6 @@ pipeline:
image: 'alpine:latest'
secrets: [ s3_username, s3_password ]
commands:
# We should just add this to the builder image instead
- apk add curl openssl
# https://gist.github.com/JustinTimperio/7c7115f87b775618637d67ac911e595f
- export URL=s3.rustybever.be
- export OBJ_PATH="/vieter/commits/$CI_COMMIT_SHA/vieter-$(echo '${PLATFORM}' | sed 's:/:-:g')"