terraform was missing

This commit is contained in:
jem 2020-11-13 10:09:37 +01:00
parent 96cc66b5f8
commit 9299816c9e

View file

@ -10,7 +10,7 @@ services:
before_script: before_script:
- set -eux; apk add --no-cache python3 py3-pip; - set -eux; apk add --no-cache python3 py3-pip;
- pip3 install pybuilder ddadevops deprecation --user - pip3 install pybuilder ddadevops deprecation python-terraform --user
- export PATH=$PATH:~/.local/bin - export PATH=$PATH:~/.local/bin
build: build: