From c00cd465518800194fb509bc5d81b9eebf7bb588 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 23 Sep 2019 12:57:01 +0200 Subject: [PATCH] fix typo in dockerfiles --- .drone.jsonnet | 6 ------ .drone.yml | 13 +------------ docker/Dockerfile.do.linux.amd64 | 2 +- docker/Dockerfile.ec2.linux.amd64 | 2 +- docker/Dockerfile.hcloud.linux.amd64 | 2 +- 5 files changed, 4 insertions(+), 21 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index da91345..78b1cfd 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -67,7 +67,6 @@ local PipelineNotifications(depends_on=[]) = { 'refs/heads/master', 'refs/tags/**', ], - status: [ "success" ], }, }, { @@ -87,7 +86,6 @@ local PipelineNotifications(depends_on=[]) = { 'refs/heads/master', 'refs/tags/**', ], - status: [ "success" ], }, }, { @@ -98,7 +96,6 @@ local PipelineNotifications(depends_on=[]) = { urls: { from_secret: "microbadger_url" }, }, when: { - status: [ "success" ], ref: [ 'refs/heads/master', 'refs/tags/**', @@ -125,9 +122,6 @@ local PipelineNotifications(depends_on=[]) = { }, }, ], - trigger: { - status: [ "success", "failure" ], - }, depends_on: depends_on, }; diff --git a/.drone.yml b/.drone.yml index 7c26d67..c6b974b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -177,8 +177,6 @@ steps: ref: - refs/heads/master - "refs/tags/**" - status: - - success - name: readme pull: always @@ -196,8 +194,6 @@ steps: ref: - refs/heads/master - "refs/tags/**" - status: - - success - name: microbadger pull: always @@ -209,8 +205,6 @@ steps: ref: - refs/heads/master - "refs/tags/**" - status: - - success - name: matrix pull: always @@ -231,11 +225,6 @@ steps: - success - failure -trigger: - status: - - success - - failure - depends_on: - gce-linux-amd64 - ec2-linux-amd64 @@ -244,6 +233,6 @@ depends_on: --- kind: signature -hmac: b3f4b3b44346008810e90c80a6bf42cc3a3a40a6b55366fe8919039bedadabd7 +hmac: d342ba3ba37c50e399140c367ac98635b4c0bd1b27f8ce453e09dceefd2e6e27 ... diff --git a/docker/Dockerfile.do.linux.amd64 b/docker/Dockerfile.do.linux.amd64 index ca09181..b9ee63e 100644 --- a/docker/Dockerfile.do.linux.amd64 +++ b/docker/Dockerfile.do.linux.amd64 @@ -34,7 +34,7 @@ RUN \ && pip install --upgrade pip \ && pip install --no-cache-dir ${PIP_PACKAGES} \ && rm -rf /root/.cache \ - && mkdir /root \ + && mkdir /root USER root ENTRYPOINT ["/docker-entrypoint.sh"] diff --git a/docker/Dockerfile.ec2.linux.amd64 b/docker/Dockerfile.ec2.linux.amd64 index b17afff..bfed978 100644 --- a/docker/Dockerfile.ec2.linux.amd64 +++ b/docker/Dockerfile.ec2.linux.amd64 @@ -35,7 +35,7 @@ RUN \ && pip install --upgrade pip \ && pip install --no-cache-dir ${PIP_PACKAGES} \ && rm -rf /root/.cache \ - && mkdir /root \ + && mkdir /root USER root ENTRYPOINT ["/docker-entrypoint.sh"] diff --git a/docker/Dockerfile.hcloud.linux.amd64 b/docker/Dockerfile.hcloud.linux.amd64 index ad3faba..ba8c4ee 100644 --- a/docker/Dockerfile.hcloud.linux.amd64 +++ b/docker/Dockerfile.hcloud.linux.amd64 @@ -35,7 +35,7 @@ RUN \ && pip install --upgrade pip \ && pip install --no-cache-dir ${PIP_PACKAGES} \ && rm -rf /root/.cache \ - && mkdir /root \ + && mkdir /root USER root ENTRYPOINT ["/docker-entrypoint.sh"]