Skip to content
Snippets Groups Projects
Commit 15915710 authored by Nathan Bockisch's avatar Nathan Bockisch
Browse files

WS-1217: Fixed casa call in post script in the alembic file

parent 9485d67d
No related branches found
No related tags found
1 merge request!1091WS-1217: Fixed casa call in post script in the alembic file
Pipeline #6923 passed
......@@ -174,7 +174,7 @@ queue
post_sh = """#!/bin/sh
set -o errexit
export CASAVERS=$(capo -q edu.nrao.workspaces.ProcessingSettings.CasaVersion.vlass)
export CASAVERS=$(/lustre/aoc/cluster/pipeline/dsoc-{{vlass_env}}/workspaces/sbin/pycapo -q edu.nrao.workspaces.ProcessingSettings.CasaVersion.vlass)/bin/casa
/lustre/aoc/cluster/pipeline/dsoc-{{vlass_env}}/workspaces/sbin/conveyor --vlass $1
......
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