File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 7
7
- ' https://raw.githubusercontent.com/xima-media/gitlab-templates/1.0.0/.deploy-prepare.yml'
8
8
- ' https://raw.githubusercontent.com/xima-media/gitlab-templates/1.0.0/build-php.yml'
9
9
- ' https://raw.githubusercontent.com/xima-media/gitlab-templates/1.0.0/build-node.yml'
10
+ - ' https://raw.githubusercontent.com/xima-media/gitlab-templates/1.0.0/test-composer-normalize.yml'
10
11
- ' https://raw.githubusercontent.com/xima-media/gitlab-templates/1.0.0/test-es-lint.yml'
11
12
- ' https://raw.githubusercontent.com/xima-media/gitlab-templates/1.0.0/test-html-lint.yml'
12
13
- ' https://raw.githubusercontent.com/xima-media/gitlab-templates/1.0.0/test-php-lint.yml'
@@ -30,6 +31,7 @@ include:
30
31
* `build-node` ⚠️ needs configuration
31
32
32
33
# ## Stage `test`
34
+ * `test-composer-normalize`
33
35
* `test-es-lint` ⚠️ needs configuration
34
36
* `test-html-lint` ⚠️ needs configuration
35
37
* `test-php-lint`
Original file line number Diff line number Diff line change
1
+ test-composer-normalize :
2
+ stage : test
3
+ needs : ["build-php"]
4
+ script :
5
+ - composer run ci:composer:normalize
6
+ rules :
7
+ - if : $RESET_JOB == 'true'
8
+ when : never
9
+ - if : $CI_COMMIT_TAG && $CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/
10
+ when : never
11
+ - if : $CI_COMMIT_BRANCH == $BASE_BRANCH
12
+ - if : $CI_COMMIT_AUTHOR != 'Renovate Bot <dev@t3.xima-services.net>' || $CI_COMMIT_BRANCH !~ /^renovate.*$/
13
+ changes :
14
+ - " composer.json"
You can’t perform that action at this time.
0 commit comments