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

fixing quotation marks

parent e1fba791
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1406Fixing pex installation.
Pipeline #10399 failed
......@@ -10,6 +10,6 @@
- '[[ -f /.dockerenv ]] && echo -e "Host *\\n\\tStrictHostKeyChecking no\\n\\n" > ~/.ssh/config'
script:
- pip install pex
- pex ${PIP_NAME} -c ${PACKAGE_NAME} -o ./${PACKAGE_NAME} -i https://gitlab.nrao.edu/api/v4/projects/621/packages/pypi/simple"
- pex ${PIP_NAME} -c ${PACKAGE_NAME} -o ./${PACKAGE_NAME} -i https://gitlab.nrao.edu/api/v4/projects/621/packages/pypi/simple
- echo "Releasing PEX to sbin area - ${PACKAGE_NAME}"
- scp ${PACKAGE_NAME} vlapipe@wirth:/lustre/aoc/cluster/pipeline/dsoc-dev/workspaces/sbin/
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