Skip to content
Snippets Groups Projects
Commit 6d2184c7 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

Merge branch 'fixing-full-ui-launching' into '2.8.2.3-DEVELOPMENT'

Fixing full ui launching

See merge request !1597
parents e74de86b e8019702
No related branches found
No related tags found
3 merge requests!1606catch 2.8.3 up with main,!1605Merge 2.8.2.3 work to main,!1597Fixing full ui launching
Pipeline #14631 passed
......@@ -77,7 +77,6 @@ def _get_settings(
parameters["useIngest"] = strtobool(ingestion_settings.useIngest)
parameters["script_location"] = script_location
parameters["workflowUrl"] = workflow_url
return parameters
......
......@@ -16,7 +16,7 @@
- pip install pex
- pex ${PIP_NAME}==${RELEASE_VERSION} -c ${PACKAGE_NAME} -o ./${PACKAGE_NAME} -i https://gitlab.nrao.edu/api/v4/projects/621/packages/pypi/simple --python-shebang /home/ssa/bin/python3.10 --disable-cache
- echo "Releasing PEX to sbin area - ${PACKAGE_NAME}"
- scp ${PACKAGE_NAME} root@shipman.aoc.nrao.edu:/lustre/aoc/cluster/pipeline/dsoc-${DEPLOY_ENV}/workspaces/sbin/
- scp -O ${PACKAGE_NAME} root@shipman.aoc.nrao.edu:/lustre/aoc/cluster/pipeline/dsoc-${DEPLOY_ENV}/workspaces/sbin/
rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ /(^[0-9](\.[0-9])*)-DEVELOPMENT/'
variables:
......
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