File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ core_logic: {
74
74
--name GluonNLP-${ env.BRANCH_NAME} -${ env.BUILD_NUMBER} \
75
75
--save-path batch/${ env.BRANCH_NAME} /${ env.BUILD_NUMBER} /docs/examples \
76
76
--work-dir . --source-ref refs/pull/${ env.CHANGE_ID} /head \
77
- --command \" (python3 docs/md2ipynb.py ${ md_file} | tee ${ stdout_file} ; exit ${ PIPESTATUS[0]} ) 3>&1 1>&2 2>&3 | tee ${ stderr_file} ; exit ${ PIPESTATUS[0]} \"
77
+ --command \" (python3 docs/md2ipynb.py ${ md_file} | tee ${ stdout_file} ; exit $\ { PIPESTATUS[0]\ } ) 3>&1 1>&2 2>&3 | tee ${ stderr_file} ; exit $\ { PIPESTATUS[0]\ } \"
78
78
BATCH_EXIT_CODE=\$ ?
79
79
80
80
aws s3api wait object-exists --bucket gluon-nlp-staging \
@@ -107,7 +107,7 @@ core_logic: {
107
107
--name GluonNLP-${ env.BRANCH_NAME} -${ env.BUILD_NUMBER} \
108
108
--save-path batch/${ env.BRANCH_NAME} /${ env.BUILD_NUMBER} /docs/examples \
109
109
--work-dir . --source-ref ${ env.BRANCH_NAME} \
110
- --command \" (python3 docs/md2ipynb.py ${ md_file} | tee ${ stdout_file} ; exit ${ PIPESTATUS[0]} ) 3>&1 1>&2 2>&3 | tee ${ stderr_file} ; exit ${ PIPESTATUS[0]} \"
110
+ --command \" (python3 docs/md2ipynb.py ${ md_file} | tee ${ stdout_file} ; exit $\ { PIPESTATUS[0]\ } ) 3>&1 1>&2 2>&3 | tee ${ stderr_file} ; exit $\ { PIPESTATUS[0]\ } \"
111
111
BATCH_EXIT_CODE=\$ ?
112
112
113
113
aws s3api wait object-exists --bucket gluon-nlp-staging \
You can’t perform that action at this time.
0 commit comments