From 3d30c8449755ac0503f0d411b4b0a376be0ad015 Mon Sep 17 00:00:00 2001 From: pratik Date: Fri, 17 Oct 2025 15:04:50 -0500 Subject: [PATCH] add echo statements --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 02b2491..36316ed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,6 +16,7 @@ build_container: # - buildah bud --build-arg NPM_REGISTRY=https://deps.global.bsf.tools/artifactory/api/npm/registry.npmjs.org/ --storage-driver vfs --isolation chroot -t $IMAGE_NAME . - buildah pull git.bitstorm.ca/bitforge/warehouse13:latest - buildah tag git.bitstorm.ca/bitforge/warehouse13:latest $IMAGE_NAME + - echo "Pushing $IMAGE_NAME" - buildah push $IMAGE_NAME deploy_helm_charts: @@ -36,5 +37,6 @@ deploy_helm_charts: # ONLY: ["branches", "!main"] script: - kubectl config use-context $CONTEXT + - Echo "Deploy - $CI_REGISTRY_NAME - $CI_COMMIT_REF_SLUG - $CI_COMMIT_SHORT_SHA" - | helm upgrade --install warehouse13-dev ./helm/warehouse13 --namespace $NAMESPACE -f $VALUES_FILE --set app.image.repository=$CI_REGISTRY_NAME --set app.image.tag=$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA \ No newline at end of file