Skip to content
Snippets Groups Projects
Commit 62d0925a authored by Brittany Faciane's avatar Brittany Faciane
Browse files

checking shell subs

parent 2c48ea3c
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1396changes for local builds
Pipeline #10303 failed
......@@ -3,6 +3,8 @@
script:
- echo "$HARBOR_PASSWORD" | docker login -u "$HARBOR_USER" --password-stdin $REGISTRY_URL
- NAME="${REGISTRY_URL}/workspaces/${SERVICE_NAME}"
- echo "${NAME}"
- echo "${IMAGE_TAG}"
- docker push ${NAME}:${IMAGE_TAG}
rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ /(^[0-9]\.[0-9]|^[0-9]\.[0-9]\.[0-9])-DEVELOPMENT/ || $CI_PIPELINE_SOURCE == "merge_request_event"'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment