Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
fusiondirectory
fusiondirectory
Commits
f72062e1
Commit
f72062e1
authored
1 year ago
by
bmortier
Browse files
Options
Download
Patches
Plain Diff
fix(ci) change the ci due to the dev only branch and simplify it
parent
a47bbdf1
dev
6342-update-the-locales-for-1-5
6344-template-issue-when-creating-a-template-with-empty-password-error-message-should-not-be-seen
6365-core-locking-mechanism-is-not-changing-the-mail-ressource-it-does-lock-the-mail-account
6365-core-when-lock-mechanism-is-trigger-the-user-should-not-be-editable-if-not-unlock
6378-orcid-test-method-is-wrong-and-break-orcid-saving
core-php8
master
fusiondirectory-1.5
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-5
.gitlab-ci.yml
with
5 additions
and
5 deletions
+5
-5
.gitlab-ci.yml
+
5
−
5
View file @
f72062e1
...
@@ -7,7 +7,7 @@ stages:
...
@@ -7,7 +7,7 @@ stages:
## Stage lint
## Stage lint
# PHP lint
(stretch)
# PHP lint
create_php_lint_rapport
:
create_php_lint_rapport
:
image
:
registry.fusiondirectory.org/fusiondirectory/fd/phpcodesniffer-cli:buster
image
:
registry.fusiondirectory.org/fusiondirectory/fd/phpcodesniffer-cli:buster
stage
:
lint
stage
:
lint
...
@@ -50,7 +50,7 @@ fusiondirectory-update-locale:
...
@@ -50,7 +50,7 @@ fusiondirectory-update-locale:
image
:
registry.fusiondirectory.org/fusiondirectory/fd/transifex-cli:buster
image
:
registry.fusiondirectory.org/fusiondirectory/fd/transifex-cli:buster
stage
:
transifex
stage
:
transifex
only
:
only
:
-
/^1.*$/
-
dev
script
:
script
:
-
test -d ../dev-tools/ && rm -Rf ../dev-tools/
-
test -d ../dev-tools/ && rm -Rf ../dev-tools/
-
git clone --depth 1 https://gitlab.fusiondirectory.org/fusiondirectory/dev-tools.git ../dev-tools
-
git clone --depth 1 https://gitlab.fusiondirectory.org/fusiondirectory/dev-tools.git ../dev-tools
...
@@ -61,7 +61,7 @@ update-transifex:
...
@@ -61,7 +61,7 @@ update-transifex:
image
:
registry.fusiondirectory.org/fusiondirectory/fd/transifex-cli:buster
image
:
registry.fusiondirectory.org/fusiondirectory/fd/transifex-cli:buster
stage
:
transifex
stage
:
transifex
only
:
only
:
-
/^1.*$/
-
dev
script
:
script
:
-
test -d ../dev-tools/ && rm -Rf ../dev-tools/
-
test -d ../dev-tools/ && rm -Rf ../dev-tools/
-
git clone --depth 1 https://gitlab.fusiondirectory.org/fusiondirectory/dev-tools.git ../dev-tools
-
git clone --depth 1 https://gitlab.fusiondirectory.org/fusiondirectory/dev-tools.git ../dev-tools
...
@@ -73,7 +73,7 @@ update-transifex:
...
@@ -73,7 +73,7 @@ update-transifex:
build-tarballs
:
build-tarballs
:
stage
:
tarballs
stage
:
tarballs
only
:
only
:
-
1.5-
dev
-
dev
script
:
script
:
-
mkdir ../fusiondirectory-$VERSION/
-
mkdir ../fusiondirectory-$VERSION/
-
mv ./* ../fusiondirectory-$VERSION/
-
mv ./* ../fusiondirectory-$VERSION/
...
@@ -107,7 +107,7 @@ trigger-plugins:
...
@@ -107,7 +107,7 @@ trigger-plugins:
BRANCH_BUILD_CENTOS_7
:
$BRANCH_BUILD_CENTOS_7
BRANCH_BUILD_CENTOS_7
:
$BRANCH_BUILD_CENTOS_7
stage
:
trigger
stage
:
trigger
only
:
only
:
-
1.5-
dev
-
dev
trigger
:
trigger
:
project
:
fusiondirectory/fd-plugins
project
:
fusiondirectory/fd-plugins
branch
:
$CI_COMMIT_REF_NAME
branch
:
$CI_COMMIT_REF_NAME
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets