Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
wknapik committed Jan 4, 2024
1 parent c74d6dd commit 282c031
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
def SKIP_SIGNING_DEFAULT = ! JOB_NAME.contains("windows")



pipeline {
agent none
options {
Expand Down Expand Up @@ -84,7 +82,8 @@ pipeline {
credentials('brave-builds-github-token-for-pr-builder')
github('brave/devops', 'https')
}
branch('${params.DEVOPS_BRANCH}')
// branch('${params.DEVOPS_BRANCH}')
branch('wknapik-detect-android-test-failures')
}
}
scriptPath("jenkins/jobs/browser/pr-brave-browser-${PLATFORM}.Jenkinsfile")
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

{
"name": "brave-core",
"version": "1.63.93",
Expand Down

0 comments on commit 282c031

Please sign in to comment.