Skip to content
Snippets Groups Projects
Commit f3a5c12b authored by Cédric Moreau's avatar Cédric Moreau
Browse files

fix(#125): docker: "no such file or directory"

parent e93c8826
No related branches found
No related tags found
No related merge requests found
Pipeline #33358 failed
...@@ -44,8 +44,6 @@ RUN if [ "$debug" = 0 ]; then \ ...@@ -44,8 +44,6 @@ RUN if [ "$debug" = 0 ]; then \
# Build # Build
RUN set -x && \ RUN set -x && \
cat /root/dynenv && \
. /root/dynenv && \
cargo xtask release-runtime 600 cargo xtask release-runtime 600
## Run tests if requested, expted when cross-building ## Run tests if requested, expted when cross-building
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment