Fix for building on subscribed and unsubscribed hosts

This commit is contained in:
Arthur Barr
2019-02-06 13:29:44 +00:00
parent 9a8ff9b524
commit 6840a575f9
2 changed files with 17 additions and 9 deletions

View File

@@ -41,5 +41,6 @@ podman run \
--env MQDEV=${dev} \
--user $(id -u) \
--rm \
--network podman \
${tag} \
bash -c "cd /opt/app-root/src/go/src/github.com/ibm-messaging/mq-container/ && ./mq-advanced-server-rhel/go-build.sh"