From a883952ca1a22d2b577e507a619b201e8f10e633 Mon Sep 17 00:00:00 2001 From: CarlosEDP Date: Wed, 27 Feb 2019 09:23:58 -0300 Subject: [PATCH] Move scripts to dir --- Makefile | 2 +- build.sh => scripts/build.sh | 0 build_images.sh => scripts/build_images.sh | 0 create_gmail_auth.sh => scripts/create_gmail_auth.sh | 0 generate_ingress_auth.sh => scripts/generate_ingress_auth.sh | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename build.sh => scripts/build.sh (100%) rename build_images.sh => scripts/build_images.sh (100%) rename create_gmail_auth.sh => scripts/create_gmail_auth.sh (100%) rename generate_ingress_auth.sh => scripts/generate_ingress_auth.sh (100%) mode change 100644 => 100755 diff --git a/Makefile b/Makefile index 71d48e3..bd0befb 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ generate: manifests manifests: $(JSONNET) rm -rf manifests - ./build.sh main.jsonnet + ./scripts/build.sh main.jsonnet update: jb update diff --git a/build.sh b/scripts/build.sh similarity index 100% rename from build.sh rename to scripts/build.sh diff --git a/build_images.sh b/scripts/build_images.sh similarity index 100% rename from build_images.sh rename to scripts/build_images.sh diff --git a/create_gmail_auth.sh b/scripts/create_gmail_auth.sh similarity index 100% rename from create_gmail_auth.sh rename to scripts/create_gmail_auth.sh diff --git a/generate_ingress_auth.sh b/scripts/generate_ingress_auth.sh old mode 100644 new mode 100755 similarity index 100% rename from generate_ingress_auth.sh rename to scripts/generate_ingress_auth.sh