Same thing, different style

main
Jef Roosens 2022-01-22 22:17:38 +01:00
parent 4a71fd1f7f
commit 2b2f3987d7
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
1 changed files with 4 additions and 2 deletions

View File

@ -3,8 +3,6 @@ matrix:
- linux/amd64
- linux/arm64
- linux/arm/v7
when:
event: push
# These checks already get performed on the feature branches
platform: ${PLATFORM}
@ -33,6 +31,8 @@ pipeline:
# This removes so much, it's amazing
- strip -s pvieter
- du -h pvieter
when:
event: push
upload:
image: 'alpine:latest'
@ -59,3 +59,5 @@ pipeline:
-H "Content-Type: $CONTENT_TYPE"
-H "Authorization: AWS $S3_USERNAME:$SIGNATURE"
https://$URL$OBJ_PATH
when:
event: push