We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf3546 commit 93a7f9aCopy full SHA for 93a7f9a
.gitlab-ci.yml
@@ -5,6 +5,8 @@ ansible-sanity-test-lint:
5
image: python:$VERSION
6
stage: lint
7
script:
8
+ - wget https://github.com/mikefarah/yq/releases/download/v4.47.1/yq_linux_amd64 -O /usr/local/bin/yq
9
+ - chmod +x /usr/local/bin/yq
10
- python -m pip install --upgrade pip
11
- python -m pip install ansible
12
- source ci-envrc
0 commit comments