Remove scripts

This commit is contained in:
Luke Murphy 2020-03-19 00:15:27 +01:00
parent 0121e36b01
commit 1c20a199b4
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 0 additions and 22 deletions

View File

@ -1,11 +0,0 @@
#!/bin/bash
set -eu -o pipefail
main() {
set -eu
echo "-----> postdeploy says hi"
}
main

View File

@ -1,11 +0,0 @@
#!/bin/bash
set -eu -o pipefail
main() {
set -eu
echo "-----> predeploy says hi"
}
main