Skip to content

Commit

Permalink
Fix JF CLI in CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Oct 19, 2023
1 parent bd01f0c commit 1bf23e8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ jobs:
java-version: 17
cache: gradle
- uses: jfrog/setup-jfrog-cli@v3
with:
version: 2.50.2
env:
JF_ENV_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
- name: Configure JFrog Cli
run: |
jf rt gradlec \
jf gradlec \
--use-wrapper \
--uses-plugin \
--deploy-ivy-desc=false \
Expand All @@ -40,5 +42,5 @@ jobs:
echo JFROG_CLI_BUILD_NUMBER=$GITHUB_RUN_NUMBER >> $GITHUB_ENV
- name: Build and Publish
run: |
jf rt gradle build dist artifactoryPublish
jf gradle build dist artifactoryPublish
# jf rt build-publish

0 comments on commit 1bf23e8

Please sign in to comment.