From a3c250838894c332cd7ac0c60039a9f5271fdb19 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Sun, 12 Apr 2020 15:55:32 +0900 Subject: [PATCH] =?UTF-8?q?/=20=E2=80=98.gitlab-ci.yml=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fa7f072..d60c620 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,8 @@ +image: python:3.7-alpine + build: script: + - apk update && apk add make - pip install -r requirements.txt - PATH=$PATH:~/.local/bin - make publish @@ -7,4 +10,4 @@ build: - cp -r output /var/www/webapp_doohoyi/nosignal.hopto.org_site/ci/website artifacts: paths: - - output + - public