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

fixing ingest pex owner for archive deployment

parent 4835d913
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1342Fix ingest ownership permissions
Pipeline #9781 passed
......@@ -64,6 +64,8 @@ cp -R /packages/apps/cli/executables/wf_framework/casa_requirements/.matplotlib
echo "Handling vlapipe permissions"
chown root:vlapipe "$WORKFLOW_DIR"
chown root:vlapipe "$WORKFLOW_DIR"/*
# Can't deploy ingest from Archive if owned by root, WS is no longer building this pex
chown vlapipe:vlapipe "$WORKFLOW_DIR"/ingest
chown vlapipe:vlapipe "$SPOOL_DIR"
chown vlapipe:vlapipe "$QA_DIR"
chown vlapipe:vlapipe "$WEBLOG_DIR"
......
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