hopefully fixed auto upload of releases
the build failed Details

This commit is contained in:
konrad 2018-01-10 23:26:13 +01:00 committed by kolaente
parent 96b2b02010
commit 5b6476bcc5
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ pipeline:
pull: true
secrets: [ aws_access_key_id, aws_secret_access_key ]
commands:
- config host add minio https://storage.kolaente.de $AWS_ACCESS_KEY_ID $AWS_SECRET_ACCESS_KEY S3v4 --insecure
- cp dist/release/* library-release/${DRONE_TAG##v}/ -r --insecure
- mc config host add minio https://storage.kolaente.de $AWS_ACCESS_KEY_ID $AWS_SECRET_ACCESS_KEY S3v4 --insecure
- mc cp dist/release/* library-release/${DRONE_TAG##v}/ -r --insecure
when:
event: [ tag ]