From 14a2049a22961fe21de85f8b5db8d9aaedaed69f Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Tue, 17 Apr 2018 08:45:15 -0700 Subject: [PATCH] Removed unnecessary steps in gitlab ci as already included in base Docker image --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dcf6c9b..b2120a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,10 +3,6 @@ image: registry.gitlab.com/softinio/hugo-docker production: type: deploy - before_script: - - apt-get update - - apt-get -qq install python python-pip ca-certificates - - pip install awscli script: - hugo - aws s3 sync public/ s3://$AWS_BUCKET