debugging

This commit is contained in:
Paul Carlton 2022-09-29 15:27:58 +01:00
parent b43a8719cc
commit 3560773c3a

View file

@ -16,6 +16,7 @@
set -o errexit set -o errexit
set -o pipefail set -o pipefail
set -x
GITHUB_TOKEN=$1 GITHUB_TOKEN=$1
CHARTS_DIR=$2 CHARTS_DIR=$2
@ -150,6 +151,7 @@ upload() {
tmpDir=$(mktemp -d) tmpDir=$(mktemp -d)
pushd $tmpDir >& /dev/null pushd $tmpDir >& /dev/null
echo "REPO_URL=$REPO_URL"
git clone ${REPO_URL} git clone ${REPO_URL}
cd ${REPOSITORY} cd ${REPOSITORY}
git config user.name "${COMMIT_USERNAME}" git config user.name "${COMMIT_USERNAME}"