cic-internal-integration/apps/contract-migration/run_job.sh
2021-03-24 19:51:01 +01:00

12 lines
116 B
Bash

#! /bin/bash
if [[ $RUN_LEVEL -eq 1 ]]
then
./reset.sh
fi
if [[ $RUN_LEVEL -eq 2 ]]
then
./seed_cic_eth.sh
fi