From 62f1171bb4027d0a3d537475aa56653924aa45c1 Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Mon, 19 Dec 2022 00:12:38 +0200 Subject: [PATCH] move scripts to specific folder --- build.sh => scripts/build.sh | 2 +- release.sh => scripts/release.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename build.sh => scripts/build.sh (94%) rename release.sh => scripts/release.sh (100%) diff --git a/build.sh b/scripts/build.sh similarity index 94% rename from build.sh rename to scripts/build.sh index 96adf8f..140fc05 100644 --- a/build.sh +++ b/scripts/build.sh @@ -1,7 +1,7 @@ #!/bin/bash echo "Welcome!" -version="1.0.1" +version="1.0.2" registryPass="*********" echo "Create docker image with version $version." diff --git a/release.sh b/scripts/release.sh similarity index 100% rename from release.sh rename to scripts/release.sh