Skip to content

Commit 5f3cb4e

Browse files
committed
fix(ci): cd to base
1 parent 24102c9 commit 5f3cb4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hack/soft-serve/start.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ssh-add $BASE/hack/soft-serve/ssh-key
4141
echo "Creating repo"
4242
ssh -p 23231 -o StrictHostKeychecking=no -i $BASE/hack/soft-serve/ssh-key localhost repo create gitops-test
4343

44-
echo "\nCloning repo"
44+
echo "Cloning repo"
4545
export GIT_SSH_COMMAND="ssh -o StrictHostKeychecking=no -i $BASE/hack/soft-serve/ssh-key"
4646
git clone ssh://localhost:23231/gitops-test.git $BASE/hack/soft-serve/gitops-test
4747
mkdir -p $BASE/hack/soft-serve/gitops-test/applications/dev/service-test
@@ -54,4 +54,4 @@ git add .
5454
git commit -m "feat: add service-test application"
5555
git push origin main
5656

57-
cd $BASE/hack/soft-serve
57+
cd $BASE

0 commit comments

Comments
 (0)