Skip to content

Commit fdcc5ec

Browse files
committed
fix: debugging
1 parent 4aebee7 commit fdcc5ec

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/actions/deploy-via-github/entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ chmod go-r ~/.kube/config
66
echo $KUBECONFIG_B64 | base64 -d > ~/.kube/config
77
export KUBECONFIG=~/.kube/config
88

9+
git config --global --add safe.directory $GITHUB_WORKSPACE
10+
911
export KS_GIT_REPOSITORY=$GITHUB_REPOSITORY
1012

1113
export KS_BUILD_PATH=/tmp/kontinuous-deploy-via-github

.github/actions/deploy-via-webhook/entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
set -e
44

5+
git config --global --add safe.directory $GITHUB_WORKSPACE
6+
57
export TRIGGER_WEBHOOK=${TRIGGER_WEBHOOK:-"true"}
68

79
KS_GIT=false

0 commit comments

Comments
 (0)