Skip to content

Commit 6dafdbb

Browse files
author
Elouan Martinet
committed
Remove unnecessary mkdir
1 parent af71ead commit 6dafdbb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

entrypoint.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ fi
5252

5353
# Start kubernetes state export
5454
for resource in $GLOBALRESOURCES; do
55-
mkdir -p "$GIT_REPO_PATH/$GIT_PREFIX_PATH"
5655
echo "Exporting resource: ${resource}" >&2
5756
kubectl get -o=json "$resource" | jq --sort-keys \
5857
'del(

0 commit comments

Comments
 (0)