Remove scripts

This commit is contained in:
Luke Murphy
2020-03-19 00:15:27 +01:00
parent 0121e36b01
commit 1c20a199b4
2 changed files with 0 additions and 22 deletions
-11
View File
@@ -1,11 +0,0 @@
#!/bin/bash
set -eu -o pipefail
main() {
set -eu
echo "-----> postdeploy says hi"
}
main
-11
View File
@@ -1,11 +0,0 @@
#!/bin/bash
set -eu -o pipefail
main() {
set -eu
echo "-----> predeploy says hi"
}
main