We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80248af commit c2313c5Copy full SHA for c2313c5
codefresh.yml
@@ -29,6 +29,7 @@ steps:
29
commands:
30
- go install github.com/warrensbox/terraform-switcher@0.13.1308
31
- terraform-switcher --latest-stable ${TF_VERSION}
32
+ - sleep $((RANDOM % 45))
33
- go test -v ./...
34
retry:
35
maxAttempts: 3
@@ -38,8 +39,7 @@ steps:
38
39
# The following will resolve to their latest patch version
40
environment:
41
- TF_VERSION=1.3.0
- - TF_VERSION=1.4.0
42
- - TF_VERSION=1.5.0
+ - TF_VERSION=1.7.0
43
44
prepare_env_vars:
45
title: "Preparing environment variables..."
0 commit comments