From 17a771e34ca827935db5b63d7101529b3804fd3b Mon Sep 17 00:00:00 2001 From: Koen Rouwhorst Date: Sat, 12 Oct 2019 17:44:47 +0200 Subject: [PATCH] Fix bats action --- bats/Dockerfile | 2 -- bats/entrypoint.sh | 0 2 files changed, 2 deletions(-) mode change 100644 => 100755 bats/entrypoint.sh diff --git a/bats/Dockerfile b/bats/Dockerfile index a8dcdf4..3ddc847 100644 --- a/bats/Dockerfile +++ b/bats/Dockerfile @@ -9,8 +9,6 @@ LABEL "com.github.actions.description"="Bash Automated Testing System for Action LABEL "com.github.actions.icon"="terminal" LABEL "com.github.actions.color"="gray-dark" -COPY LICENSE README.md THIRD_PARTY_NOTICE.md / - RUN apt-get update && \ apt-get install --no-install-recommends -y \ bats && \ diff --git a/bats/entrypoint.sh b/bats/entrypoint.sh old mode 100644 new mode 100755