Skip to content

Commit

Permalink
Merge branch 'master' into 1.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
tchughesiv committed Apr 2, 2019
2 parents 4167417 + b2581ea commit 05c0360
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions modules/kie-cloud-operator/install
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

INSTALL_PKGS="go-toolset-1.10"
yum install -y ${INSTALL_PKGS} \
yum install -y ${INSTALL_PKGS} --setopt=tsflags=nodocs \
&& rpm -q ${INSTALL_PKGS}

scl enable go-toolset-1.10 - << \EOF
Expand Down Expand Up @@ -29,5 +29,7 @@ fi
stat ${BINARY}

yum -y autoremove ${INSTALL_PKGS} \
&& yum clean all && rm -rf /var/cache/yum
&& yum -y update-minimal --setopt=tsflags=nodocs --security --sec-severity=Important --sec-severity=Critical \
&& yum clean all \
&& rm -rf /var/cache/yum
rm -rf ${HOME}/go

0 comments on commit 05c0360

Please sign in to comment.