From 2954c1127e3b0eec616a8c7f4ab400fb985c17ef Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 14 Jun 2019 17:45:27 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1b5da4a..7b4f693 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,8 +34,7 @@ check_package: - PKG.namcap.out deploy_package: - image: python:alpine + image: andthensome/awscli stage: deploy_package script: - - pip install awscli - aws s3 sync *.pkg.tar.xz s3://s3.eu-central-1.wasabisys.com/my-arch-repo/ --acl public-read \ No newline at end of file