We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ac513 commit 50050b6Copy full SHA for 50050b6
code-server-e2e.dockerfile
@@ -48,4 +48,4 @@ RUN npm i -g yarn@1.12.3 npx
48
49
# Copy CI environment variables, if they exist.
50
ARG env_vars
51
-RUN if [ "$env_vars" != "" ]; then export $env_vars; env; fi
+RUN if [ "$env_vars" != "" ]; then export $env_vars; fi
0 commit comments