We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37e74ae commit 499e80eCopy full SHA for 499e80e
1 file changed
manifests/bind9/components/git-ops/Deployment.yaml
@@ -36,7 +36,7 @@ spec:
36
37
echo "Loop Start......";
38
39
- if [ -d /git/.git ]; then
+ if [ ! -d /git/.git ]; then
40
41
REPO_NAME_FULL="${SSH_REPOSITORY_HOST}/${SSH_REPOSITORY_OWNER}/${SSH_REPOSITORY_NAME}.git"
42
0 commit comments