From 565d261c9083ec836d3b3357f73bb00191751895 Mon Sep 17 00:00:00 2001 From: jalr Date: Tue, 13 Feb 2018 00:10:57 +0100 Subject: [PATCH] Add ansible --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6412f5d..3c66771 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,9 @@ stages: - rootfs - torrent +before_script: + - apk add --no-cache ansible mktorrent + prepare: variables: ZIPFILE: packer_${PACKER_VERSION}_linux_amd64.zip @@ -20,7 +23,6 @@ prepare: - mkdir -p bin - | [ ! -e bin/packer ] && wget -c https://releases.hashicorp.com/packer/${PACKER_VERSION}/${ZIPFILE} && unzip "$ZIPFILE" -d bin && rm -f "$ZIPFILE" - - apk add --no-cache mktorrent only: - /ci/