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 0869580 commit e3122dbCopy full SHA for e3122db
ci-operator/config/Azure/ARO-HCP/Azure-ARO-HCP-main__image-updater.yaml
@@ -41,12 +41,12 @@ tests:
41
set -o nounset
42
set -o pipefail
43
44
- echo "===== Configuring Azure Authentication ====="
+ echo "===== Configure Azure Authentication ====="
45
export AZURE_CLIENT_ID; AZURE_CLIENT_ID=$(cat /var/run/hcp-integration-credentials/client-id)
46
export AZURE_CLIENT_SECRET; AZURE_CLIENT_SECRET=$(cat /var/run/hcp-integration-credentials/client-secret)
47
export AZURE_TENANT_ID; AZURE_TENANT_ID=$(cat /var/run/hcp-integration-credentials/tenant)
48
49
- echo "===== Syncing Go workspace vendor directory ====="
+ echo "===== Sync Go workspace vendor directory ====="
50
go work vendor
51
52
# Configure git
0 commit comments