Added some do shell outputs

This commit is contained in:
Wayne Connolly
2018-07-01 09:59:17 +10:00
committed by GitHub
parent c56a041bf0
commit 93c1e987eb
+5 -3
View File
@@ -1,9 +1,11 @@
#!/bin/sh
DOCKER_COMPOSE=`find / -name docker-compose.yml`
RANCHER_COMPOSE=`find / -name rancher-compose.yml`
cat ${DOCKER_COMPOSE}
DOCKER_COMPOSE=`find / -name docker-compose.yml`
echo "rancher-compose.yml @ ${RANCHER_COMPOSE}\n"
cat ${RANCHER_COMPOSE}
echo "ls rancher" && ls rancher/
echo "\n\ndocker-compose.yml @ ${DOCKER_COMPOSE}\n"
cat ${DOCKER_COMPOSE}
echo "\n\nDeploying Rancher Stack with force upgrade\n\n"
/bin/rancher-compose \
--url http://${PLUGIN_URL}/v1 \
--access-key ${PLUGIN_ACCESSKEY} \