Skip to content

Commit c1487e7

Browse files
committed
TEST: Set WORKDIR if WORKDIR unset
1 parent 98fd2c1 commit c1487e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/files/run_examples.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33
set -x
44
set -u
55

6-
WORKDIR=${WORK:-/work}
6+
WORKDIR=${WORKDIR:-/work}
77
arr=$@
88
tmp_var=$( IFS=$' '; echo "${arr[*]}" )
99
example_id=${tmp_var//[^A-Za-z0-9_-]/_}

0 commit comments

Comments
 (0)