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

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

parent 14ed8893
No related branches found
No related tags found
No related merge requests found
Pipeline #6919 canceled
......@@ -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