Skip to content

Commit

Permalink
github action version check fix
Browse files Browse the repository at this point in the history
Signed-off-by: Woojoong Kim <[email protected]>
  • Loading branch information
woojoong88 committed Jul 1, 2024
1 parent 69ff720 commit 4a4bdf6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Helm
uses: azure/setup-helm@v4
with:
version: latest
token: ${{ secrets.GH_ONOS_PAT }}
- name: build
run: make dep
test:
Expand Down
11 changes: 5 additions & 6 deletions build/bin/version_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,9 @@ case $INPUT in
is_unique_version
;;

*)
echo -n "unknown input"
exit 2
;;

esac
*)
echo -n "unknown input"
exit 2
;;
esac

0 comments on commit 4a4bdf6

Please sign in to comment.