File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ stage_in:
12
12
download_type: DAAC
13
13
edl_username: "base64.standard_b64encode(username)"
14
14
edl_password: "base64.standard_b64encode(password)"
15
+ edl_password_type: BASE64
16
+ unity_client_id: ""
17
+ unity_stac_auth: ""
15
18
stage_out: # Anonymous record type.
16
19
collection_id: null
17
20
staging_bucket: null
Original file line number Diff line number Diff line change 44
44
echo " Using modified job input file $modified_job_inp_file :"
45
45
cat $modified_job_inp_file
46
46
47
+ # Detect if using Podman
48
+ if [ ! -z " $( which podman) " ]; then
49
+ use_podman_arg=" --podman"
50
+ fi
51
+
47
52
cwltool \
48
53
--debug --leave-tmpdir --no-read-only \
54
+ $use_podman_arg \
49
55
" $WORKFLOW_FILENAME " " $modified_job_inp_file " \
50
56
$*
51
57
You can’t perform that action at this time.
0 commit comments