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

@ -16,10 +16,8 @@ pipeline:
# Write the title to a file that the plugin can then read
- echo "$(git describe --tags --abbrev=0 2> /dev/null || echo '0.0.0')-$(git rev-list --count ^dev)" > title
- cat title
- wget https://dl.min.io/client/mc/release/linux-amd64/mc
- chmod +x mc
- ./mc alias set s3/ https://s3.rustybever.be "$S3_USERNAME" "$S3_PASSWORD"
- ./mc cp -r "s3/vieter/commits/$CI_COMMIT_SHA" assets
- mc alias set s3/ https://s3.rustybever.be "$S3_USERNAME" "$S3_PASSWORD"
- mc cp -r "s3/vieter/commits/$CI_COMMIT_SHA" assets
release:
image: 'plugins/gitea-release'