From b3828c8edca75b5944c5c3aa6205d7c061605591 Mon Sep 17 00:00:00 2001 From: "Jason S. Ninneman" Date: Sat, 1 Jul 2017 07:27:37 -0700 Subject: [PATCH] Attempt to unbreak pipeline. --- .gitlab-ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7198e7e..291b943 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,5 @@ image: alpine -variables: - GIT_SUBMODULE_STRATEGY: "recursive" - GIT_SSL_NO_VERIFY: "true" - stages: - build - test @@ -14,7 +10,7 @@ binary:debug: stage: build before_script: - apk update - - apk add make gcc musl-dev python3 + - apk add make gcc musl-dev python3 libedit-dev - pip3 install PyYAML script: - make debug @@ -33,7 +29,7 @@ binary:release: stage: build before_script: - apk update - - apk add make gcc musl-dev python3 + - apk add make gcc musl-dev python3 libedit-dev - pip3 install PyYAML script: - make advent cheat -- 2.31.1