Skip to content

Commit

Permalink
Automatically curation run after 'go install' 403
Browse files Browse the repository at this point in the history
  • Loading branch information
asafambar authored Aug 20, 2024
1 parent 194d4f7 commit 10ccb41
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: 'asafambar/jfrog-cli'
ref: 'curation_summary'
ref: 'implicit_curation_support'

# build CLI EXE
- name: build cli
Expand All @@ -43,11 +43,7 @@ jobs:
- name: run curation
run: |
jf goc --repo-resolve asafa-go-virtual
cd testdata/pip/requirementsproject
jf pipc --repo-resolve asafa-pip-remote
cd ../../..
./jf scan jf
./jf ca
./jf go install
env:
# Defined at top level as we use local CLI for testings
JFROG_CLI_LOG_LEVEL: DEBUG
Expand Down

0 comments on commit 10ccb41

Please sign in to comment.