commit 6f227b362b776614cfb06ad1cb4da544182c00ff parent 4c68edc30236b0e5de36b6a42852a35c82fddcfa Author: Yuval Langer <yuval.langer@gmail.com> Date: Wed, 12 Jun 2019 16:13:45 +0300 Move to Cobalt. Diffstat:
M | .gitlab-ci.yml | | | 9 | +++------ |
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -1,13 +1,10 @@ -image: python:3.6 +image: nott/cobalt:latest pages: stage: deploy script: - - python3 -m pip install -U pip - - pip install pipenv - - pipenv install - - make gitlab - - mv output public + - cd cobalt + - cobalt build -d public artifacts: paths: - public/