From 6930e6bac26693033c278b0dd33608c8c688b5c3 Mon Sep 17 00:00:00 2001 From: Jesse Houldsworth Date: Wed, 19 Mar 2025 12:21:41 -0700 Subject: [PATCH] adding docker stuff back in --- .github/workflows/ci-pipeline.yml | 3 +++ 1 file changed, 3 insertions(+) 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 #################################################