Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use gitlab env variable
  • Loading branch information
bkchr committed Sep 14, 2020
commit 535ab52597a25e8bf5218ef67a79f1531bd5929b
2 changes: 1 addition & 1 deletion .maintain/gitlab/check_polkadot_companion_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ else
fi

cd ..
$CARGO_HOME/bin/diener --substrate --branch $(git rev-parse --abbrev-ref HEAD) --git https://gitlab.parity.io/parity/substrate.git --path polkadot
$CARGO_HOME/bin/diener --substrate --branch $CI_COMMIT_REF_NAME --git https://gitlab.parity.io/parity/substrate.git --path polkadot
cd polkadot

# Test Polkadot pr or master branch with this Substrate commit.
Expand Down