Skip to content

Commit

Permalink
Setting up JFrog CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
kardamk authored Oct 25, 2024
1 parent d654034 commit 2ed9bf4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/artifactory-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
- name: Set up JFrog CLI
run: |
curl -fL https://getcli.jfrog.io | sh
sudo mv jfrog /usr/local/bin/
sudo mv jfrog /usr/local/bin/jf
sudo chmod +x /usr/local/bin/jf
jf version
- name: Configure JFrog CLI
run: |
Expand Down

0 comments on commit 2ed9bf4

Please sign in to comment.