Skip to content

Commit

Permalink
temporarily log
Browse files Browse the repository at this point in the history
  • Loading branch information
ffflorian committed Mar 18, 2019
1 parent 9047e55 commit 9a1d829
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions jenkins/macOS.groovy
Expand Up @@ -14,6 +14,7 @@ node('master') {

if (!production && !custom) {
env.BUILD_ENV = 'internal'
echo "set env: ${env.BUILD_ENV}"
}

stage('Checkout & Clean') {
Expand Down
1 change: 0 additions & 1 deletion jenkins/windows.groovy
Expand Up @@ -18,7 +18,6 @@ node('node160') {

stage('Checkout & Clean') {
git branch: "${GIT_BRANCH}", url: 'https://github.com/wireapp/wire-desktop.git'
bat returnStatus: true, script: 'rmdir /s /q "wrap"'
bat returnStatus: true, script: 'rmdir /s /q "node_modules"'
bat returnStatus: true, script: 'rmdir /s /q "electron\\node_modules"'
}
Expand Down

0 comments on commit 9a1d829

Please sign in to comment.