From fe1df17b65a06178eee4833d6683d3f3ac09fc55 Mon Sep 17 00:00:00 2001 From: "flow.gunso" Date: Tue, 7 Jan 2020 21:29:41 +0100 Subject: [PATCH] Add missing ;then, remove obsolete symlink --- .utilities/check.sh | 2 +- Dockerfile | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 120000 Dockerfile diff --git a/.utilities/check.sh b/.utilities/check.sh index 9160cb0..08ce905 100644 --- a/.utilities/check.sh +++ b/.utilities/check.sh @@ -39,7 +39,7 @@ fi # on pushed CI pipelines. if [[ "$CI_PIPELINE_SOURCE" == "push" ]]; then if ! [[ "$CI_JOB_NAME" == "update_docker_hub_full_description" ]]; then - if [[ -z "$CI_COMMIT_TAG" && "$CI_COMMIT_TAG" =~ ^[0-9]+[.][0-9]+[.][0-9]+$ ]] + if [[ -z "$CI_COMMIT_TAG" && "$CI_COMMIT_TAG" =~ ^[0-9]+[.][0-9]+[.][0-9]+$ ]]; then echo "The \$CI_COMMIT_TAG $CI_COMMIT_TAG does not match the MAJOR.Minor.revision layout." exit 1 fi diff --git a/Dockerfile b/Dockerfile deleted file mode 120000 index 842615a..0000000 --- a/Dockerfile +++ /dev/null @@ -1 +0,0 @@ -assets/cron/Dockerfile \ No newline at end of file