Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix beta builds on Jenkins #66

Merged
merged 2 commits into from May 18, 2018
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Prev
Use yarn in Jenkinsfile
  • Loading branch information
sammacbeth committed May 18, 2018
commit 2b468b8db9fa865432b16e2dce9139f3c7e56a62
@@ -25,7 +25,7 @@ node('docker') {
withCache {
sh 'rm -rf build'
if (params.WITH_CLIQZ_MASTER) {
sh 'npm install --save https://s3.amazonaws.com/cdncliqz/update/edge/ghostery/master/latest.tgz'
sh 'yarn add https://s3.amazonaws.com/cdncliqz/update/edge/ghostery/master/latest.tgz'
}
// make browser-core noisy
sh 'sed -i \'s/global.__DEV__/true/1\' node_modules/browser-core/build/core/console.js'
@@ -138,4 +138,4 @@ def withS3Credentials(Closure body) {
usernameVariable: 'AWS_ACCESS_KEY_ID']]) {
body()
}
}
}
ProTip! Use n and p to navigate between commits in a pull request.