Commit 68d6c6ab authored by bmortier's avatar bmortier
Browse files

Merge branch...

Merge branch '6245-adapt-the-ci-to-the-reorganisation-of-the-dev-tools-and-fixing-the-trigger-downstream-pipelines' into '1.4-fixes'

Resolve "Adapt the ci to the reorganisation of the dev-tools and fixing the trigger downstream pipelines"

See merge request fusiondirectory/fd-plugins!1004
Showing with 3 additions and 4 deletions
+3 -4
......@@ -44,7 +44,7 @@ create_phpstan_rapport:
- test -d ../fusiondirectory/ && rm -Rf ../fusiondirectory/
- git clone --depth 1 https://gitlab.fusiondirectory.org/fusiondirectory/fd.git ../fusiondirectory
- composer global require phpstan/phpstan=0.12.94
- cp ../dev-tools/phpstan/fusiondirectory/1.4-dev/*.neon .
- cp ../dev-tools/phpstan/fusiondirectory/1.4/*.neon .
- /root/.composer/vendor/bin/phpstan analyse -c phpstan-plugins.neon
# fusiondirectory-update-locale
......@@ -75,8 +75,7 @@ update-transifex:
build-tarballs:
stage: tarballs
only:
variables:
- $TARBALLS_TRIGGER_VERSION
- 1.4-fixes
script:
- mkdir ../fusiondirectory-plugins-$VERSION/
- mv ./* ../fusiondirectory-plugins-$VERSION/
......@@ -104,7 +103,7 @@ build-release:
trigger-ci-debian-buster:
stage: trigger
only:
- 1.4-dev
- 1.4-fixes
variables:
GROUP: "$GROUP"
BRANCH_CORE: "$CI_COMMIT_REF_NAME"
......
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