ci: moved scripts

This commit is contained in:
Giles 2020-08-20 00:11:45 +01:00
parent 8914443e2a
commit 4f622d1cbf
8 changed files with 4 additions and 11 deletions

View File

@ -1 +1 @@
docker build guacamole-postgresql -t ${LOCAL_DOCKER_REGISTRY}guacamole-postgresql
echo 'nothing to build'

View File

@ -1,4 +1,4 @@
docker stack rm guacamole
echo 'sleeping...60'
echo 'sleeping...zzz'
sleep 60
docker stack deploy -c docker-compose.yml guacamole

View File

@ -1 +1 @@
docker pull ${LOCAL_DOCKER_REGISTRY}guacamole-postgresql
echo 'nothing to pull'

View File

@ -1 +1 @@
docker push ${LOCAL_DOCKER_REGISTRY}guacamole-postgresql
echo 'nothing to push'

View File

@ -1 +0,0 @@
docker build guacamole-postgresql -t ${LOCAL_DOCKER_REGISTRY}guacamole-postgresql

View File

@ -1,4 +0,0 @@
docker stack rm guacamole
echo 'sleeping...zzz'
sleep 60
docker stack deploy -c docker-compose.yml guacamole

View File

@ -1 +0,0 @@
echo 'nothing to pull'

View File

@ -1 +0,0 @@
echo 'nothing to push'