We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 499e80e commit bda5a69Copy full SHA for bda5a69
1 file changed
manifests/bind9/components/git-ops/Deployment.yaml
@@ -44,7 +44,7 @@ spec:
44
45
echo "Clonning repo";
46
47
- git clone -b master ${REPO_NAME_FULL} /git;
+ git clone -b master ${REPO_NAME_FULL} /git/source;
48
49
else
50
@@ -53,7 +53,7 @@ spec:
53
git status;
54
55
echo "********************************************";
56
- cd /git;
+ cd /git/source;
57
58
echo "Checking for repo updates";
59
0 commit comments