diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 919f77f1f..7bc2db95c 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -58,6 +58,9 @@ jobs: - name: ping jfrog run: jf rt ping + - name: confirm artifactory secret + run: echo $ARTIFACTORY_REPO_URL + ################################################# # 6) Configure Maven to use JFrog as a repository #################################################