cic-internal-integration/apps/contract-migration/run_job.sh

12 lines
130 B
Bash
Raw Normal View History

2021-03-23 17:15:27 +01:00
#! /bin/bash
2021-03-25 09:34:57 +01:00
if [[ $((RUN_MASK & 1)) -eq 1 ]]
2021-03-23 17:15:27 +01:00
then
./reset.sh
fi
2021-03-25 09:34:57 +01:00
if [[ $((RUN_MASK & 2)) -eq 2 ]]
2021-03-23 17:15:27 +01:00
then
./seed_cic_eth.sh
2021-03-24 19:51:01 +01:00
fi