Skip to content

Commit 50050b6

Browse files
author
Forest Hoffman
committed
fixup! Pass CI env vars to docker image
1 parent 50ac513 commit 50050b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code-server-e2e.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ RUN npm i -g yarn@1.12.3 npx
4848

4949
# Copy CI environment variables, if they exist.
5050
ARG env_vars
51-
RUN if [ "$env_vars" != "" ]; then export $env_vars; env; fi
51+
RUN if [ "$env_vars" != "" ]; then export $env_vars; fi

0 commit comments

Comments
 (0)