From 0a283b683fd44743193246f3156f3610e6da0075 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 12 Oct 2023 14:26:08 +0200 Subject: [PATCH] e2e: disable artifactory Signed-off-by: CrazyMax --- .github/workflows/e2e.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 6715ccc..06dc9c3 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -88,13 +88,13 @@ jobs: username_secret: QUAY_USERNAME password_secret: QUAY_TOKEN type: remote - - - name: Artifactory - registry: sforzando-build-team-local.jfrog.io - slug: sforzando-build-team-local.jfrog.io/build-push-action-e2e - username_secret: ARTIFACTORY_USERNAME - password_secret: ARTIFACTORY_TOKEN - type: remote +# - +# name: Artifactory +# registry: sforzando-build-team-local.jfrog.io +# slug: sforzando-build-team-local.jfrog.io/build-push-action-e2e +# username_secret: ARTIFACTORY_USERNAME +# password_secret: ARTIFACTORY_TOKEN +# type: remote - name: Harbor id: harbor