Commit a2a0660f authored by bmortier's avatar bmortier
Browse files

Resolve "Adapt the ci to the reorganisation of the dev-tools and fixing the...

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