Skip to content

Commit bda5a69

Browse files
committed
refactor(bind9): correct git-ops script 'clone empty dir'
ref: #21
1 parent 499e80e commit bda5a69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

manifests/bind9/components/git-ops/Deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
4545
echo "Clonning repo";
4646
47-
git clone -b master ${REPO_NAME_FULL} /git;
47+
git clone -b master ${REPO_NAME_FULL} /git/source;
4848
4949
else
5050
@@ -53,7 +53,7 @@ spec:
5353
git status;
5454
5555
echo "********************************************";
56-
cd /git;
56+
cd /git/source;
5757
5858
echo "Checking for repo updates";
5959

0 commit comments

Comments
 (0)