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