Skip to content
Snippets Groups Projects

fixing aux_image_metadata.json missing from staging area

Merged Charlotte Hausman requested to merge misc into main
2 files
+ 126
1
Compare changes
  • Side-by-side
  • Inline
Files
2
#!/usr/bin/env bash
#
# For use ***outside*** of docker containers - needs to be easily accessible to DAs and such
#
set -o errexit -o nounset
@@ -28,7 +31,7 @@ case $option in
;;
esac
WORKFLOW_SERVICE=$(pycapo -q edu.nrao.workspaces.WorkflowSettings.serviceUrl)
WORKFLOW_SERVICE=$(capo -q edu.nrao.workspaces.WorkflowSettings.serviceUrl)
if [ "$action" = "ingest_cal" ]; then
curl -X POST $WORKFLOW_SERVICE/workflows/std_calibration/requests/$2/ingest
Loading