Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upuplifted ci pipeline changes #9089
Merged
Conversation
|
Uplift into |
| """ | ||
| timeout(time: 1, unit: "HOURS") { | ||
| sh """ | ||
| rm -rf src/brave |
This comment has been minimized.
This comment has been minimized.
bridiver
Apr 13, 2020
Collaborator
I don't think we should be doing stuff like this. If this is necessary then there is another problem that needs to be addressed.
This comment has been minimized.
This comment has been minimized.
mihaiplesa
Apr 14, 2020
Author
Collaborator
is it ok to just take it out? or have to do git clean -fxd instead?
|
I don't think anything should be needed there, why was it added originally?
… On Apr 14, 2020, at 4:21 AM, Mihai PLESA ***@***.***> wrote:
@mihaiplesa commented on this pull request.
In Jenkinsfile:
> @@ -97,10 +94,12 @@ pipeline {
expression { return !fileExists("src/brave/package.json") || !SKIP_INIT }
}
steps {
- sh """
- rm -rf src/brave
- npm run init -- --target_os=android
- """
+ timeout(time: 1, unit: "HOURS") {
+ sh """
+ rm -rf src/brave
is it ok to just take it out? or have to do git clean -fxd instead?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
mihaiplesa commentedApr 8, 2020
•
edited
For #8979
Submitter Checklist:
git rebase master(if needed).git rebase -ito squash commits (if needed).added to
scripts/audit.js.Test Plan:
Reviewer Checklist:
After-merge Checklist:
changes has landed on.