From 4f622d1cbfe1588533f5b9c13641aac1151149c7 Mon Sep 17 00:00:00 2001 From: Giles Date: Thu, 20 Aug 2020 00:11:45 +0100 Subject: [PATCH] ci: moved scripts --- .drone/build.sh | 2 +- .drone/deploy.sh | 2 +- .drone/pull.sh | 2 +- .drone/push.sh | 2 +- build.sh | 1 - deploy.sh | 4 ---- pull.sh | 1 - push.sh | 1 - 8 files changed, 4 insertions(+), 11 deletions(-) delete mode 100644 build.sh delete mode 100644 deploy.sh delete mode 100644 pull.sh delete mode 100644 push.sh diff --git a/.drone/build.sh b/.drone/build.sh index 569b0cb..9a85a48 100644 --- a/.drone/build.sh +++ b/.drone/build.sh @@ -1 +1 @@ -docker build guacamole-postgresql -t ${LOCAL_DOCKER_REGISTRY}guacamole-postgresql +echo 'nothing to build' \ No newline at end of file diff --git a/.drone/deploy.sh b/.drone/deploy.sh index 976b3a8..172bacc 100644 --- a/.drone/deploy.sh +++ b/.drone/deploy.sh @@ -1,4 +1,4 @@ docker stack rm guacamole -echo 'sleeping...60' +echo 'sleeping...zzz' sleep 60 docker stack deploy -c docker-compose.yml guacamole diff --git a/.drone/pull.sh b/.drone/pull.sh index db8971a..59b58d0 100644 --- a/.drone/pull.sh +++ b/.drone/pull.sh @@ -1 +1 @@ -docker pull ${LOCAL_DOCKER_REGISTRY}guacamole-postgresql +echo 'nothing to pull' \ No newline at end of file diff --git a/.drone/push.sh b/.drone/push.sh index a8ec2c9..cc3c909 100644 --- a/.drone/push.sh +++ b/.drone/push.sh @@ -1 +1 @@ -docker push ${LOCAL_DOCKER_REGISTRY}guacamole-postgresql +echo 'nothing to push' \ No newline at end of file diff --git a/build.sh b/build.sh deleted file mode 100644 index 569b0cb..0000000 --- a/build.sh +++ /dev/null @@ -1 +0,0 @@ -docker build guacamole-postgresql -t ${LOCAL_DOCKER_REGISTRY}guacamole-postgresql diff --git a/deploy.sh b/deploy.sh deleted file mode 100644 index 172bacc..0000000 --- a/deploy.sh +++ /dev/null @@ -1,4 +0,0 @@ -docker stack rm guacamole -echo 'sleeping...zzz' -sleep 60 -docker stack deploy -c docker-compose.yml guacamole diff --git a/pull.sh b/pull.sh deleted file mode 100644 index 59b58d0..0000000 --- a/pull.sh +++ /dev/null @@ -1 +0,0 @@ -echo 'nothing to pull' \ No newline at end of file diff --git a/push.sh b/push.sh deleted file mode 100644 index cc3c909..0000000 --- a/push.sh +++ /dev/null @@ -1 +0,0 @@ -echo 'nothing to push' \ No newline at end of file