Removed unnecessary steps in gitlab ci as already included in base Docker image

This commit is contained in:
Salar Rahmanian 2018-04-17 08:45:15 -07:00
parent 55e2654aca
commit 198df29334

View file

@ -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