From 99911e7df9eab06632739f8bfa7cb3ed5df90c65 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Sun, 12 Apr 2020 16:53:55 +0900 Subject: [PATCH] =?UTF-8?q?/=20=E2=80=98gitlab-runner=5Fconfig=5Fexample/s?= =?UTF-8?q?hell/.gitlab-ci.yml=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gitlab-runner_config_example/shell/.gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gitlab-runner_config_example/shell/.gitlab-ci.yml b/gitlab-runner_config_example/shell/.gitlab-ci.yml index e69de29..1daf1f8 100644 --- a/gitlab-runner_config_example/shell/.gitlab-ci.yml +++ b/gitlab-runner_config_example/shell/.gitlab-ci.yml @@ -0,0 +1,10 @@ +build: + script: + - pip install -r requirements.txt + - PATH=$PATH:~/.local/bin + - make publish + - rm -rf /var/www/webapp_doohoyi/nosignal.hopto.org_site/ci/pelican + - cp -r public /var/www/webapp_doohoyi/nosignal.hopto.org_site/ci/pelican + artifacts: + paths: + - public