This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Commit a3c5b77
[WIP] .gitlab-ci.yml: Fix a check for polkadot to work on forked repos v2 (#4078)
* Fix a check for polkadot to work on forked repos.
* .gitlab-ci.yml: Add `git diff` for CI debugging
* More future proof and less redundant.
* .gitlab-ci.yml: Improve comments and refactor sed command
* .gitlab-ci.yml: Remove two commas in a row
* .gitlab-ci.yml: Ensure to match branch statements at the end
* .gitlab-ci.yml: Reference concrete commit
When one does not specify the concrete commit, cargo-update tries to
checkout 'master' in the Substrate repository.
* .gitlab-ci.yml: Remove 'git diff' debug line1 parent 116bba6 commit a3c5b77
1 file changed
+18
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
292 | | - | |
| 292 | + | |
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
| |||
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
| 341 | + | |
341 | 342 | | |
342 | 343 | | |
343 | 344 | | |
344 | 345 | | |
345 | 346 | | |
346 | 347 | | |
347 | 348 | | |
348 | | - | |
349 | 349 | | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
350 | 353 | | |
351 | | - | |
352 | | - | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
353 | 366 | | |
354 | | - | |
| 367 | + | |
355 | 368 | | |
356 | 369 | | |
357 | 370 | | |
| |||
0 commit comments