Sha256: f59a379e9b0c533c72d3e560b09471005759384377ad089aac1f41c7b804df8a

Contents?: true

Size: 242 Bytes

Versions: 2

Compression:

Stored size: 242 Bytes

Contents

#!/bin/bash

for ss in docker09 docker10 docker13 nodejs php54 php55 python26 python27 ruby19 ruby20 ruby20-puma ruby21 ruby21-puma
do
  bundle exec ./bin/ebfly env delete $ss -a ebfly-test
done

bundle exec ./bin/ebfly app delete ebfly-test

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ebfly-0.1.7 test/delete_all.sh
ebfly-0.1.6 test/delete_all.sh