More debugging.

This commit is contained in:
Will Rouesnel 2018-11-11 21:58:17 +11:00
parent fd4691cbc0
commit 4a74bf13f6
No known key found for this signature in database
GPG Key ID: 72DC65802A1091C5
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash -x
#!/bin/bash
# Script to setup the assets clone of the repository using GIT_ASSETS_BRANCH and
# GIT_API_KEY.

View File

@ -3,7 +3,9 @@
# output by the exporter and then build lists of added/removed metrics.
old_src="$1"
[ ! -e "$old_src" ] && exit 1
if [ ! -d "$old_src" ] ; then
mkdir -p "$old_src"
fi
function generate_add_removed() {
type="$1"