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

fix(#132): E2E tests before hook was failing

parent 0c22dd6d
No related branches found
No related tags found
No related merge requests found
Pipeline #34075 failed
......@@ -49,7 +49,7 @@ RUN set -x && \
. /root/dynenv && \
cargo build --locked $CARGO_OPTIONS --target "$RUST_ARCH_TRIPLET" && \
mkdir -p build && \
mv target/$RUST_ARCH_TRIPLET/$TARGET_FOLDER/duniter build/
cp target/$RUST_ARCH_TRIPLET/$TARGET_FOLDER/duniter build/
# Run tests if requested, expted when cross-building
ARG cucumber=0
......
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