We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b3e2d0 commit 77319b7Copy full SHA for 77319b7
deploy.sh
@@ -1,7 +1,5 @@
1
#!/bin/bash
2
3
-WORKSPACE=$1
4
-
5
# Delete every Docker containers
6
# Must be run first because images are attached to containers
7
docker rm -f $(docker ps -a -q)
0 commit comments