File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,6 @@ rm -rf $BRIDGES_FOLDER/scripts/update_substrate.sh
89
89
rm -rf $BRIDGES_FOLDER /tools
90
90
rm -f $BRIDGES_FOLDER /.dockerignore
91
91
rm -f $BRIDGES_FOLDER /.gitlab-ci.yml
92
- rm -f $BRIDGES_FOLDER /Cargo.lock
93
92
rm -f $BRIDGES_FOLDER /Cargo.toml
94
93
rm -f $BRIDGES_FOLDER /ci.Dockerfile
95
94
rm -f $BRIDGES_FOLDER /Dockerfile
@@ -125,4 +124,8 @@ cargo check -p pallet-bridge-relayers --features try-runtime
125
124
cargo check -p bridge-runtime-common
126
125
cargo check -p bridge-runtime-common --features runtime-benchmarks
127
126
127
+ # we're removing lock file after all chechs are done. Otherwise we may use different
128
+ # Substrate/Polkadot/Cumulus commits and our checks will fail
129
+ rm -f $BRIDGES_FOLDER /Cargo.lock
130
+
128
131
echo " OK"
You can’t perform that action at this time.
0 commit comments