We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24102c9 commit 5f3cb4eCopy full SHA for 5f3cb4e
1 file changed
hack/soft-serve/start.sh
@@ -41,7 +41,7 @@ ssh-add $BASE/hack/soft-serve/ssh-key
41
echo "Creating repo"
42
ssh -p 23231 -o StrictHostKeychecking=no -i $BASE/hack/soft-serve/ssh-key localhost repo create gitops-test
43
44
-echo "\nCloning repo"
+echo "Cloning repo"
45
export GIT_SSH_COMMAND="ssh -o StrictHostKeychecking=no -i $BASE/hack/soft-serve/ssh-key"
46
git clone ssh://localhost:23231/gitops-test.git $BASE/hack/soft-serve/gitops-test
47
mkdir -p $BASE/hack/soft-serve/gitops-test/applications/dev/service-test
@@ -54,4 +54,4 @@ git add .
54
git commit -m "feat: add service-test application"
55
git push origin main
56
57
-cd $BASE/hack/soft-serve
+cd $BASE
0 commit comments