Commit a7f72c7 1 parent 6a687db commit a7f72c7 Copy full SHA for a7f72c7
File tree 2 files changed +0
-127
lines changed
2 files changed +0
-127
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ usage: deploy [<options>]
29
29
30
30
OPTIONS
31
31
-h, --help print this usage
32
- --latest also tag the docker image as the latest
33
32
EOS
34
33
}
35
34
@@ -43,8 +42,6 @@ usage-error() {
43
42
44
43
45
44
main () {
46
- local arg=" ${1:- } "
47
-
48
45
has go || throw " 'go' must be installed (see https://golang.org)"
49
46
has gh || throw " 'gh' must be installed (see https://cli.github.com)"
50
47
has docker || throw " 'docker' must be installed (see https://www.docker.com)"
@@ -65,12 +62,6 @@ main() {
65
62
(cd " $BASE_DIR "
66
63
./scripts/deploy-gh-release
67
64
./scripts/deploy-bins
68
-
69
- if [[ " $arg " == " --latest" ]]; then
70
- ./scripts/deploy-images --latest
71
- else
72
- ./scripts/deploy-images
73
- fi
74
65
)
75
66
}
76
67
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments