Skip to content

Commit

Permalink
ci(docker): disable github push trigger
Browse files Browse the repository at this point in the history
- the image should only build after the jave build failed, otherwise it uses
  an old snapshot
  • Loading branch information
menski committed Oct 17, 2018
1 parent d11d4ce commit 55e9e3f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .ci/docker.dsl
Expand Up @@ -55,10 +55,6 @@ freeStyleJob(jobName)

label 'dind'

triggers {
githubPush()
}

parameters
{
stringParam('RELEASE_VERSION', 'SNAPSHOT', 'Docker image tag')
Expand Down

0 comments on commit 55e9e3f

Please sign in to comment.