Skip to content

Commit

Permalink
update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ilia-medvedev-codefresh committed Feb 28, 2024
1 parent dfece96 commit c7b6874
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion codefresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ steps:
- TF_ACC="test"
- CGO_ENABLED=0
commands:
- wget -O /tmp/tfswitch-install.sh https://raw.githubusercontent.com/warrensbox/terraform-switcher/release/install.sh && chmod +x /tmp/tfswitch-install.sh && /tmp/tfswitch-install.sh -b /tmp && /tmp/tfswitch --latest-stable ${TF_VERSION}
- go install github.com/warrensbox/[email protected]
- terraform-switcher --latest-stable ${TF_VERSION}
- sleep $((RANDOM % 45))
- go test -v ./...
retry:
Expand Down

0 comments on commit c7b6874

Please sign in to comment.