From 8bbaa43d6876c969e3fb51bb5578a8de16be041e Mon Sep 17 00:00:00 2001 From: Jeremy Woertink Date: Tue, 24 Sep 2019 20:16:15 -0700 Subject: [PATCH] move bin to script for consistency amongst other repos. Update Docker to ensure specs run there too --- Dockerfile | 2 +- {bin => script}/setup | 0 {bin => script}/test | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename {bin => script}/setup (100%) rename {bin => script}/test (100%) diff --git a/Dockerfile b/Dockerfile index 46755bf..66a0e92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM crystallang/crystal:0.30.0 +FROM crystallang/crystal:0.31.0 RUN apt-get update \ && apt-get install -y libnss3 libgconf-2-4 chromium-browser diff --git a/bin/setup b/script/setup similarity index 100% rename from bin/setup rename to script/setup diff --git a/bin/test b/script/test similarity index 100% rename from bin/test rename to script/test