kaka.farm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 20a969c0df8b881613ace5cf34b624b9ea5e22f4
parent 03aaef566c337a77d16b53a629707aa51d2829f0
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Wed, 12 Jun 2019 23:22:23 +0300

Use ubuntu instead of alpine image, and run the make command.

Diffstat:
M.gitlab-ci.yml | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -1,13 +1,13 @@ -image: alpine:latest +image: ubuntu:latest pages: stage: deploy script: + - apt-get update + - apt-get install -y wget make - 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 - - cp cobalt /usr/bin/ - - cp cobalt /bin/ - - cobalt build -d public + - make gitlab-ci artifacts: paths: - public/