From 1aa68c51b177617692027491e1e53032dd46b2a4 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sun, 30 Aug 2020 13:59:39 -0500 Subject: [PATCH] Docs CI: use `alpine:latest` --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 86ec958f8..34ff5e395 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ stages: - lint - test - build - - deploy-docs + - deploy before_script: - yarn @@ -40,9 +40,9 @@ build-production: paths: - static -deploy-docs: - stage: deploy-docs - image: python:3.8-alpine +docs-deploy: + stage: deploy + image: alpine:latest before_script: - apk add curl script: