Skip to content

Commit 4dae9bd

Browse files
committed
testing sonar pipeline
1 parent f74e745 commit 4dae9bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

wercker.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,10 @@ promote-image:
171171
# This pipeline runs quqlity checks
172172
quality:
173173
steps:
174+
- script:
175+
name: Install pre-reqs
176+
code: |
177+
yum -y install tar gzip
174178
- java/maven:
175179
profiles: build-sonar
176180
maven_opts: -Dsonar.login=${SONAR_LOGIN} -Dsonar.password=${SONAR_PASSWORD} -Dsonar.host.url=${SONAR_HOST}

0 commit comments

Comments
 (0)