diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 29d79daffa..cdf526b868 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ variables: stages: - build - - analyze +# - analyze - test - prepare-release - release @@ -109,15 +109,15 @@ Build Test Package: - artifacts/ - repos/ -Static Analysis: - stage: analyze - image: shopware/development:latest - only: - refs: - - merge_requests - script: - - composer install -d .gitlab-ci/tools - - php .gitlab-ci/tools/vendor/bin/ecs check --config easy-coding-standard.php +#Static Analysis: +# stage: analyze +# image: shopware/development:latest +# only: +# refs: +# - merge_requests +# script: +# - composer install -d .gitlab-ci/tools +# - php .gitlab-ci/tools/vendor/bin/ecs check --config easy-coding-standard.php # Unit tests diff --git a/.gitlab-ci/tools/src/Command/DeleteTagsCommand.php b/.gitlab-ci/tools/src/Command/DeleteTagsCommand.php index 6ed7523949..2ef9beef95 100644 --- a/.gitlab-ci/tools/src/Command/DeleteTagsCommand.php +++ b/.gitlab-ci/tools/src/Command/DeleteTagsCommand.php @@ -1,4 +1,4 @@ -