Skip to content

Commit

Permalink
chore(gh): drop task and call script directly
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeMac committed Dec 1, 2022
1 parent d541060 commit f0b5306
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/proto-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,14 @@ jobs:
with:
go-version: 1.19

- name: Setup go-task/task
uses: 'lagren/setup-task@v1'

- name: Clone Flipt into sub-directory
run: gh repo clone flipt-io/flipt

- name: Bootstrap Tools
run: |
pushd ./flipt
git checkout ${{ inputs.tag }}
task bootstrap
./script/bootstrap
popd
- name: Buf Generate
Expand Down

0 comments on commit f0b5306

Please sign in to comment.