Skip to content
Snippets Groups Projects
Unverified Commit 4a74bf13 authored by Will Rouesnel's avatar Will Rouesnel
Browse files

More debugging.

parent fd4691cb
No related branches found
No related tags found
No related merge requests found
#!/bin/bash -x
#!/bin/bash
# Script to setup the assets clone of the repository using GIT_ASSETS_BRANCH and
# GIT_API_KEY.
 
Loading
Loading
Loading
Loading
@@ -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"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment