echos
This commit is contained in:
Родитель
f273ec4a58
Коммит
28c14bcbb6
|
@ -64,10 +64,14 @@ jobs:
|
|||
pwd
|
||||
ls -lta
|
||||
cd enterprise_scale/construction_sets/aks/online/aks_secure_baseline/standalone/
|
||||
echo test1
|
||||
export ARM_SUBSCRIPTION_ID=$(az account show --query id -o tsv)
|
||||
echo test2
|
||||
export PREFIX=$(terraform output -json | jq -r '.global_settings.value.prefixes[0]')
|
||||
echo test3
|
||||
echo $(terraform output -json | jq -r .aks_clusters_kubeconfig.value.cluster_re1.aks_kubeconfig_admin_cmd) | bash
|
||||
|
||||
echo test4
|
||||
|
||||
cd ../test
|
||||
go mod tidy
|
||||
go test -v shared_services/shared_services_test.go
|
||||
|
|
Загрузка…
Ссылка в новой задаче