Skip to content

Commit

Permalink
Update artifactory URL
Browse files Browse the repository at this point in the history
  • Loading branch information
kardamk authored Oct 25, 2024
1 parent 1329192 commit d654034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/artifactory-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
- name: Configure JFrog CLI
run: |
jfrog config add data-catalogue-rt --url=${{ env.ARTIFACTORY_URL }} --user=${{ env.CONTAINER_REGISTRY_USERNAME }} --password=${{ env.CONTAINER_REGISTRY_PASSWORD }}
jf config add data-catalogue-rt --url=https://artifacts.developer.gov.bc.ca:443 --user=${{ env.CONTAINER_REGISTRY_USERNAME }} --password=${{ env.CONTAINER_REGISTRY_PASSWORD }}
- name: Check JFrog Connection
id: check_connection
run: |
response=$(jfrog rt ping)
response=$(jf rt ping)
echo "Response: $response"
echo "::set-output name=status::$response"
Expand Down

0 comments on commit d654034

Please sign in to comment.