From ee1a51406e66e8fa287583ee6c0f9e164e6cf797 Mon Sep 17 00:00:00 2001 From: Ilia Medvedev Date: Wed, 28 Feb 2024 10:13:45 +0200 Subject: [PATCH] update pipeline --- codefresh.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codefresh.yml b/codefresh.yml index f2c703d..e9e66ba 100644 --- a/codefresh.yml +++ b/codefresh.yml @@ -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: