forked from vieter-v/vieter
Same thing, different style
parent
4a71fd1f7f
commit
2b2f3987d7
|
@ -3,8 +3,6 @@ matrix:
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
- linux/arm64
|
- linux/arm64
|
||||||
- linux/arm/v7
|
- linux/arm/v7
|
||||||
when:
|
|
||||||
event: push
|
|
||||||
|
|
||||||
# These checks already get performed on the feature branches
|
# These checks already get performed on the feature branches
|
||||||
platform: ${PLATFORM}
|
platform: ${PLATFORM}
|
||||||
|
@ -33,6 +31,8 @@ pipeline:
|
||||||
# This removes so much, it's amazing
|
# This removes so much, it's amazing
|
||||||
- strip -s pvieter
|
- strip -s pvieter
|
||||||
- du -h pvieter
|
- du -h pvieter
|
||||||
|
when:
|
||||||
|
event: push
|
||||||
|
|
||||||
upload:
|
upload:
|
||||||
image: 'alpine:latest'
|
image: 'alpine:latest'
|
||||||
|
@ -59,3 +59,5 @@ pipeline:
|
||||||
-H "Content-Type: $CONTENT_TYPE"
|
-H "Content-Type: $CONTENT_TYPE"
|
||||||
-H "Authorization: AWS $S3_USERNAME:$SIGNATURE"
|
-H "Authorization: AWS $S3_USERNAME:$SIGNATURE"
|
||||||
https://$URL$OBJ_PATH
|
https://$URL$OBJ_PATH
|
||||||
|
when:
|
||||||
|
event: push
|
||||||
|
|
Loading…
Reference in New Issue