Skip to content

Commit 93a7f9a

Browse files
committed
(ci): Add to gitlab-ci
1 parent adf3546 commit 93a7f9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ ansible-sanity-test-lint:
55
image: python:$VERSION
66
stage: lint
77
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
810
- python -m pip install --upgrade pip
911
- python -m pip install ansible
1012
- source ci-envrc

0 commit comments

Comments
 (0)