Skip to content
Snippets Groups Projects
Unverified Commit 350a6c4c authored by Serban Iorga's avatar Serban Iorga Committed by GitHub
Browse files

Fix bridge tests image (#7292)

Fix bridge tests image
parent 4eb92288
No related merge requests found
Pipeline #512746 waiting for manual action with stages
in 29 minutes and 58 seconds
......@@ -48,8 +48,9 @@ RUN set -eux; \
cd /home/nonroot/bridges-polkadot-sdk/bridges/testing/framework/utils/generate_hex_encoded_call; \
npm install
# use the non-root user
USER node
# check if executable works in this container
USER nonroot
RUN /usr/local/bin/polkadot --version
RUN /usr/local/bin/polkadot-parachain --version
RUN /usr/local/bin/substrate-relay --version
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment