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 08b59f6
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 @@ -17,6 +17,12 @@ jobs:
with:
# needed for FirstCommitHashTaskTest
fetch-depth: 0
- 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/octo
tar -xzf OctopusTools.9.1.7.linux-x64.tar.gz -C $HOME/octo
echo "$HOME/octo" >> $GITHUB_PATH
- name: Cache
uses: gradle/[email protected]
- name: Build
Expand Down

0 comments on commit 08b59f6

Please sign in to comment.