Skip to content

Commit 8a464e5

Browse files
adding yum command to eliminate warning about old cache
1 parent e517979 commit 8a464e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wercker.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ build:
99
- script:
1010
name: Install pre-reqs
1111
code: |
12+
yum makecache fast
1213
yum -y install tar gzip procps
1314
- java/maven:
1415
maven_opts: -Dunit-test-wlst-dir=/u01/oracle/oracle_common/common/bin -Dsonar.login=${SONAR_LOGIN} -Dsonar.password=${SONAR_PASSWORD} -Dsonar.host.url=${SONAR_HOST}

0 commit comments

Comments
 (0)