Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
Jenkinsfile: remove tangling target
Browse files Browse the repository at this point in the history
  • Loading branch information
hjorthjort committed Jun 13, 2020
1 parent 5eb2413 commit c3fad9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ pipeline {
when { changeRequest() }
steps { script { currentBuild.displayName = "PR ${env.CHANGE_ID}: ${env.CHANGE_TITLE}" } }
}
stage('Definition Deps') { steps { sh 'make definition-deps -j4' } }
stage('Build') { steps { sh 'make build -j4' } }
stage('Test') {
options { timeout(time: 15, unit: 'MINUTES') }
Expand Down

0 comments on commit c3fad9a

Please sign in to comment.