Skip to content

Commit

Permalink
remove: removed unnecessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
ponkio-o committed Apr 30, 2024
1 parent 6a687db commit a7f72c7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 127 deletions.
9 changes: 0 additions & 9 deletions scripts/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ usage: deploy [<options>]
OPTIONS
-h, --help print this usage
--latest also tag the docker image as the latest
EOS
}

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


main() {
local arg="${1:-}"

has go || throw "'go' must be installed (see https://golang.org)"
has gh || throw "'gh' must be installed (see https://cli.github.com)"
has docker || throw "'docker' must be installed (see https://www.docker.com)"
Expand All @@ -65,12 +62,6 @@ main() {
(cd "$BASE_DIR"
./scripts/deploy-gh-release
./scripts/deploy-bins

if [[ "$arg" == "--latest" ]]; then
./scripts/deploy-images --latest
else
./scripts/deploy-images
fi
)
}

Expand Down
118 changes: 0 additions & 118 deletions scripts/deploy-images

This file was deleted.

0 comments on commit a7f72c7

Please sign in to comment.