commit 610ac3c06284696b79e21418d4720b7a4499b5f6 parent 986dcfc8acbe15000d03e3a89e2857cf9b43df26 Author: Yuval Langer <yuval.langer@gmail.com> Date: Wed, 12 Jun 2019 22:30:56 +0300 Use alpine docker image and directly download cobalt executable. Diffstat:
M | .gitlab-ci.yml | | | 6 | ++++-- |
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -1,9 +1,11 @@ -image: nott/cobalt:latest +image: alpine:latest pages: stage: deploy script: - - cobalt build -d public + - wget https://github.com/cobalt-org/cobalt.rs/releases/download/v0.15.4/cobalt-v0.15.4-x86_64-unknown-linux-gnu.tar.gz + - tar xvf cobalt-v0.15.4-x86_64-unknown-linux-gnu.tar.gz + - ./cobalt build -d public artifacts: paths: - public/