1
0
mirror of https://github.com/alrayyes/st synced 2023-11-14 15:56:30 +00:00

Update .gitlab-ci.yml

This commit is contained in:
Ryan 2019-06-14 17:45:27 +00:00
parent e4451ef414
commit 2954c1127e

View File

@ -34,8 +34,7 @@ check_package:
- PKG.namcap.out - PKG.namcap.out
deploy_package: deploy_package:
image: python:alpine image: andthensome/awscli
stage: deploy_package stage: deploy_package
script: script:
- pip install awscli
- aws s3 sync *.pkg.tar.xz s3://s3.eu-central-1.wasabisys.com/my-arch-repo/ --acl public-read - aws s3 sync *.pkg.tar.xz s3://s3.eu-central-1.wasabisys.com/my-arch-repo/ --acl public-read