Skip to content

Commit

Permalink
feat(ci): add octo cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Mirwald committed Aug 14, 2024
1 parent f668700 commit 4cfb97c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
fetch-depth: 0
- name: Cache
uses: gradle/[email protected]
- name: Download and Install Octo CLI
run: |
wget https://github.com/OctopusDeploy/OctopusCLI/releases/download/v9.1.7/OctopusTools.9.1.7.linux-x64.tar.gz
mkdir -p $HOME/.local/bin
tar -xzf OctopusTools.9.1.7.linux-x64.tar.gz -C $HOME/.local/bin
echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: Build
run: ./gradlew build
- name: Validate
Expand Down

0 comments on commit 4cfb97c

Please sign in to comment.