Skip to content

Commit a7f72c7

Browse files
committed
remove: removed unnecessary files
1 parent 6a687db commit a7f72c7

File tree

2 files changed

+0
-127
lines changed

2 files changed

+0
-127
lines changed

scripts/deploy

-9
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ usage: deploy [<options>]
2929
3030
OPTIONS
3131
-h, --help print this usage
32-
--latest also tag the docker image as the latest
3332
EOS
3433
}
3534

@@ -43,8 +42,6 @@ usage-error() {
4342

4443

4544
main() {
46-
local arg="${1:-}"
47-
4845
has go || throw "'go' must be installed (see https://golang.org)"
4946
has gh || throw "'gh' must be installed (see https://cli.github.com)"
5047
has docker || throw "'docker' must be installed (see https://www.docker.com)"
@@ -65,12 +62,6 @@ main() {
6562
(cd "$BASE_DIR"
6663
./scripts/deploy-gh-release
6764
./scripts/deploy-bins
68-
69-
if [[ "$arg" == "--latest" ]]; then
70-
./scripts/deploy-images --latest
71-
else
72-
./scripts/deploy-images
73-
fi
7465
)
7566
}
7667

scripts/deploy-images

-118
This file was deleted.

0 commit comments

Comments
 (0)