From 89f42236c25571709e0a3b2b73ae10aee4c07336 Mon Sep 17 00:00:00 2001 From: Matt York Date: Sun, 15 Oct 2023 13:04:44 +0100 Subject: [PATCH] Simplified the artifactory metadata --- .github/workflows/ci-learning.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-learning.yml b/.github/workflows/ci-learning.yml index 4d9022e0e..182be750e 100644 --- a/.github/workflows/ci-learning.yml +++ b/.github/workflows/ci-learning.yml @@ -129,8 +129,8 @@ jobs: run: | # Export the build name and build nuber # Collect environment variables for the build - jf rt build-collect-env + # jf rt build-collect-env # Collect VCS details from git and add them to the build - jf rt build-add-git + # jf rt build-add-git # Publish build info - jf rt build-publish \ No newline at end of file + # jf rt build-publish \ No newline at end of file