cic-stack/apps/contract-migration/run_job.sh

11 lines
115 B
Bash
Raw Normal View History

2021-03-19 15:19:40 +01:00
#! /bin/bash
if [[ $RUN_LEVEL -gt 0 ]]
then
./reset.sh
fi
if [[ $RUN_LEVEL -gt 1 ]]
then
./seed_cic_eth.sh
fi