blob: 9b8f189e35076e968e3d2917babcb4fd2779de3f [file] [log] [blame]
# cleanup phase
for f in samples/*.yaml; do
echo --------------------------------------------------
echo destroy $f
python ./destroy.py scott@onlab.us $f
done
for f in samples/*.yaml; do
echo --------------------------------------------------
echo run $f
python ./run.py scott@onlab.us $f
echo destroy $f
python ./destroy.py scott@onlab.us $f
done