Skip to content

Commit

Permalink
Update github-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mschaab-SA committed Jan 12, 2024
1 parent 1e509fd commit ee68c29
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,6 @@ name: GitHub Actions
run-name: ${{ github.ref_name }} GitHub Actions 🚀
on: [push, pull_request]
jobs:
Ping-Artifactory:
runs-on: ubuntu-latest
needs: Build-Publish
steps:
- uses: jfrog/setup-jfrog-cli@v3
env:
JF_URL: ${{ secrets.ARTIFACTORY_URL }}
JF_USER: ${{ secrets.JFROG_USERNAME }}
JF_PASSWORD: ${{ secrets.JFROG_PASSWORD }}
- run: |
echo $JF_URL
echo ${{ secrets.ARTIFACTORY_URL }}
echo $JF_USER
jf rt ping
Build-Publish:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -45,6 +31,7 @@ jobs:
JF_USER: ${{ secrets.JFROG_USERNAME }}
JF_PASSWORD: ${{ secrets.JFROG_PASSWORD }}
- run: |
jf rt ping
# This command adds a new server configuration to the JFrog CLI
- name: Create version for Artifactory
run: |
Expand Down

0 comments on commit ee68c29

Please sign in to comment.