Skip to content

Commit

Permalink
Merge pull request #1487 from garethjevans/changelog-fix
Browse files Browse the repository at this point in the history
fix: corrected script location for changelog.sh
  • Loading branch information
jenkins-x-bot authored Jul 8, 2019
2 parents 9aacbc3 + fe4d424 commit 3e4675e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions jenkins-x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ pipelineConfig:
pullRequest:
preBuild:
steps:
- command: jx/scripts/test.sh
container: gcr.io/jenkinsxio/builder-go:0.1.537
- command: ./jx/scripts/test.sh
container: gcr.io/jenkinsxio/builder-go:0.1.550
name: check-shasum
release:
build:
steps:
- command: ./scripts/jx/changelog.sh
- command: ./jx/scripts/changelog.sh
container: gcr.io/jenkinsxio/builder-go:0.1.550
name: changelog

0 comments on commit 3e4675e

Please sign in to comment.