Skip to content

Commit

Permalink
chore: remove unnecessary scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tyhopp committed Sep 20, 2024
1 parent 5e23f77 commit 20c54b2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 32 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,7 @@ jobs:
- name: set-up-go
uses: actions/setup-go@v5

- name: install-deps
run: make deps

- name: make-scripts-executable
run: chmod +x ./scripts/get_version.sh ./scripts/check_tag_exists.sh ./scripts/build.sh

- name: get-version
run: ./scripts/get_version.sh

- name: check-tag-exists
run: ./scripts/check_tag_exists.sh

- name: build-all
- name: build
run: make

- name: release
Expand Down
8 changes: 0 additions & 8 deletions scripts/check_tag_exists.sh

This file was deleted.

11 changes: 0 additions & 11 deletions scripts/get_version.sh

This file was deleted.

0 comments on commit 20c54b2

Please sign in to comment.