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