Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.

Commit

Permalink
Merge pull request #42 from AbletonDevTools/nre/master/remove_early_r…
Browse files Browse the repository at this point in the history
…eturn

Remove early return for old job type
  • Loading branch information
nre-ableton authored Jul 2, 2019
2 parents 5f527ac + cbb7e39 commit e172800
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// TODO: when the old job has been retired, remove this block.
if (env.HEAD_REF || env.BASE_REF) {
return
}

library 'ableton-utils@0.13'
library 'groovylint@0.6'

Expand Down

0 comments on commit e172800

Please sign in to comment.