Skip to content

Commit 2bed3e6

Browse files
committed
script
1 parent da21747 commit 2bed3e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ fi
305305
# In this way, we run the SCRIPT defined in CI,
306306
# instead of the one defined in the Dockerfile.
307307
if [ -n "${SCRIPT+x}" ]; then
308-
args="$args --build-arg SCRIPT_ARG=$SCRIPT"
308+
args="$args --build-arg SCRIPT_ARG=${SCRIPT}"
309309
fi
310310

311311
if isCI; then

0 commit comments

Comments
 (0)