Commit 012c68c1 authored by bmortier's avatar bmortier
Browse files

Merge branch '5814-remove-the-tag-from-all-stage-except-from-the-tarballs-stage' into '1.2-fixes'

Resolve "remove the -tag from all stage except from the tarballs stage"

See merge request fusiondirectory/fd!218
Showing with 0 additions and 8 deletions
+0 -8
......@@ -18,7 +18,6 @@ create_perl_lint_rapport:
stage: lint
only:
- branches
- tags
before_script:
- apt-get update -qq
- apt-get install -y -qq libarchive-extract-perl libcrypt-cbc-perl libdigest-sha-perl libfile-copy-recursive-perl
......@@ -32,7 +31,6 @@ create_php_lint_rapport_jessie:
stage: lint
only:
- branches
- tags
script:
- find . -type f -name '*.php' -o -name '*.inc' -print0 | xargs -0 -n1 php -l
......@@ -42,7 +40,6 @@ create_php_lint_rapport_stretch:
stage: lint
only:
- branches
- tags
script:
- find . -type f -name '*.php' -o -name '*.inc' -print0 | xargs -0 -n1 php -l
......@@ -53,7 +50,6 @@ create_perlcritic_rapport:
stage: codestyle
only:
- branches
- tags
before_script:
- apt-get update -qq
- apt-get install -y -qq libperl-critic-perl
......@@ -67,7 +63,6 @@ create_php_code_sniffer_rapport:
stage: codestyle
only:
- branches
- tags
before_script:
- apt-get update -qq
- apt-get install -y -qq git php-cli php-codesniffer
......@@ -80,7 +75,6 @@ create_manpages_lint_report:
stage: lint
only:
- branches
- tags
before_script:
- apt-get update -qq
- apt-get install -y -qq perl man-db
......@@ -97,7 +91,6 @@ fusiondirectory-update-locale:
stage: transifex
only:
- branches
- tags
before_script:
- apt-get update -qq
- apt-get install -y -qq gettext git php-cli
......@@ -110,7 +103,6 @@ update-transifex:
stage: transifex
only:
- branches
- tags
before_script:
- apt-get update -qq
- apt-get install -y -qq gettext git php-cli transifex-client
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment