This repository was archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Remove polkadot companion detection from url anywhere #6570
Merged
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
c116a32
Initial commit
cecton 60c3406
Remove polkadot companion detection from url anywhere
cecton abd640a
Merge commit ffc5797a674f5891526f4a9de0bd8eb40ad9a75d (no conflict)
cecton f9fa722
Show branch name at the end of the build
cecton f2ed8bb
fixed
cecton 6c51170
test
cecton 2054cdc
WIP
cecton 4cb545b
Update .gitlab-ci.yml
cecton 02b629a
WIP
cecton 18cf90f
Merge commit f4031f6c019037d2b6e0c9166fb60ec0cb7df5e2 (no conflict)
cecton fd41d16
Merge commit 4082d758aaee18ce8454976bb8e82b938fcac7de (conflicts)
cecton 1ef93f3
Merge commit 9b5a9cb9056f8ab049837d30b500fca78a6c362c (no conflict)
cecton File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why put it as a after_script? the companion being used is already printed from within the script.
if you want it shown in the end i would prefer to have this statement there, as this will eventually fail depending on what the script does.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes but it is printed in the beginning and it is not easy to read. When I check a build failure I usually start at the end of the logs to see what is the error. But here the first important information that everyone should see when they open this log is what branch has been used for the build before even reading the error messages.
I wanted to place it at the end of the build, no matter if it fails or not (since false success are also important). Where do you think I should move it?