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 16d4816 commit ee1a514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codefresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ steps:
- 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
- tfswitch --latest-stable ${TF_VERSION}
- /usr/local/bin/tfswitch --latest-stable ${TF_VERSION}
- sleep $((RANDOM % 45))
- go test -v ./...
retry:
Expand Down

0 comments on commit ee1a514

Please sign in to comment.