Skip to content
This repository was archived by the owner on Apr 13, 2020. It is now read-only.

Commit 44ccb10

Browse files
mtarngsamiyaakhtar
andauthored
updating smoketest validations.sh to work locally on mac with hld variable group. (#448)
Co-authored-by: Samiya Akhtar <[email protected]>
1 parent 694a7da commit 44ccb10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/validations.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ spk hld install-manifest-pipeline --org-name $AZDO_ORG -d $AZDO_PROJECT --person
153153
# Will no longer be needed once install-manifest-pipeline supports adding a VG
154154
##################################
155155
cd $hld_dir
156-
echo -e "variables:\n - group: $vg_name" | cat - manifest-generation.yaml > temp && mv temp manifest-generation.yaml
156+
printf "variables:\n - group: $vg_name\n" | cat - manifest-generation.yaml > temp && mv temp manifest-generation.yaml
157157
git add .
158158
git commit -m "Adding variable group $vg_name to pipeline"
159159
git push origin master

0 commit comments

Comments
 (0)