Skip to content
Snippets Groups Projects
Commit ab8ec1ea authored by Daniel Nemergut's avatar Daniel Nemergut
Browse files

There won't be a ready status on the dir name coming to the workflow, just...

There won't be a ready status on the dir name coming to the workflow, just appedning a suffix to whatever we're given
parent 364e45ef
No related branches found
No related tags found
1 merge request!1454WS-1808 ingest_obs directory renaming
Pipeline #11721 passed
This commit is part of merge request !1454. Comments created here will be created in the context of that merge request.
......@@ -26,9 +26,9 @@ set -o errexit
new_ingest_obs_sh = """#!/bin/sh
set -o errexit
running=${2//ready/running}
ingested=${2//ready/ingested}
failed=${2//ready/failed}
running=$2.running
ingested=$2.ingested
failed=$2.failed
mv $2 $running
......
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