touch file so drydock doesn't run us twice

This commit is contained in:
Mark Burnett 2017-06-21 20:45:59 -05:00
parent 0806bce806
commit b7a1790e3a
2 changed files with 4 additions and 0 deletions

View File

@ -71,3 +71,5 @@ docker run -t --rm \
genesis \
--hostname $(hostname) \
--config-path /target$(realpath $1) 2>&1
touch /var/lib/prom.done

View File

@ -70,3 +70,5 @@ docker run -t --rm \
join \
--hostname $(hostname) \
--config-path /target$(realpath $1)
touch /var/lib/prom.done