diff --git a/codefresh.yml b/codefresh.yml index 8e04ef6..48af15a 100644 --- a/codefresh.yml +++ b/codefresh.yml @@ -29,6 +29,7 @@ steps: commands: - go install github.com/warrensbox/terraform-switcher@0.13.1308 - terraform-switcher --latest-stable ${TF_VERSION} + - sleep $((RANDOM % 45)) - go test -v ./... retry: maxAttempts: 3 @@ -38,8 +39,7 @@ steps: # The following will resolve to their latest patch version environment: - TF_VERSION=1.3.0 - - TF_VERSION=1.4.0 - - TF_VERSION=1.5.0 + - TF_VERSION=1.7.0 prepare_env_vars: title: "Preparing environment variables..."