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

temporarily remove rules to test pex deploys

parent e08db302
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1406Fixing pex installation.
Pipeline #10396 failed
......@@ -15,7 +15,3 @@
pex ${PIP_NAME} -c ${PACKAGE_NAME} -o ./${PACKAGE_NAME} -i https://gitlab.nrao.edu/api/v4/projects/621/packages/pypi/simple"
- B64CMD=$(echo "$RELEASE_CMD" | base64 | sed ':a;N;$!ba;s/\n//g')
- ssh -A shipman.aoc.nrao.edu "echo ${B64CMD} | base64 -d | bash"
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"'
changes:
- apps/cli/executables/pexable/${PACKAGE_NAME}/**/*
\ No newline at end of file
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