Skip to content

Commit

Permalink
fix: debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed May 2, 2023
1 parent 4aebee7 commit fdcc5ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/deploy-via-github/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ chmod go-r ~/.kube/config
echo $KUBECONFIG_B64 | base64 -d > ~/.kube/config
export KUBECONFIG=~/.kube/config

git config --global --add safe.directory $GITHUB_WORKSPACE

export KS_GIT_REPOSITORY=$GITHUB_REPOSITORY

export KS_BUILD_PATH=/tmp/kontinuous-deploy-via-github
Expand Down
2 changes: 2 additions & 0 deletions .github/actions/deploy-via-webhook/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

set -e

git config --global --add safe.directory $GITHUB_WORKSPACE

export TRIGGER_WEBHOOK=${TRIGGER_WEBHOOK:-"true"}

KS_GIT=false
Expand Down

0 comments on commit fdcc5ec

Please sign in to comment.