Sha256: 665ae7348e5f587847d84c383e5236d4c171204b0163350457fb915b681f4fc5
Contents?: true
Size: 227 Bytes
Versions: 1
Compression:
Stored size: 227 Bytes
Contents
#!/bin/bash DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) source $DIR/common.sh for ss in $SOLUTION_STACKS do bundle exec ./bin/ebfly env delete $ss -a ebfly-test done bundle exec ./bin/ebfly app delete ebfly-test
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ebfly-0.1.8 | test/delete_all.sh |