Remove obsolete deploy wrappers
This commit is contained in:
parent
39bac1ee8c
commit
cf7ddf3dea
3 changed files with 1 additions and 10 deletions
|
|
@ -1,5 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
repo_root="$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)"
|
||||
exec "$repo_root/deploy" current-branch "$@"
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
repo_root="$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)"
|
||||
exec "$repo_root/deploy" main "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue