debugging
This commit is contained in:
parent
b43a8719cc
commit
3560773c3a
1 changed files with 2 additions and 0 deletions
|
@ -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}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue