Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Commit

Permalink
ci: downgrade StackHead to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
saitho committed Mar 12, 2021
1 parent 89b83e1 commit bc2f9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Print Ansible and Python version
run: ansible --version && python --version
- name: Get latest StackHead version
run: ansible-galaxy collection install git+https://github.com/getstackhead/stackhead.git,next -f
run: ansible-galaxy collection install git+https://github.com/getstackhead/stackhead.git,v1.2.0 -f
- run: ansible-playbook ./__tests__/test-tf-generation.yml

checkLabel:
Expand Down

0 comments on commit bc2f9fb

Please sign in to comment.