Add ansible
This commit is contained in:
parent
55716ce1db
commit
565d261c90
1 changed files with 3 additions and 1 deletions
|
|
@ -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/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue