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

15 lines
168 B
Bash
Raw Normal View History

2021-03-19 15:19:40 +01:00
#! /bin/bash
if [[ $((RUN_MASK & 1)) -eq 1 ]]
2021-03-19 15:19:40 +01:00
then
./reset.sh
if [ $? -ne "0" ]; then
exit 1;
fi
2021-03-19 15:19:40 +01:00
fi
if [[ $((RUN_MASK & 2)) -eq 2 ]]
2021-03-19 15:19:40 +01:00
then
./seed_cic_eth.sh
fi