Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
digital blueprint
Nextcloud
WebAppPassword
Commits
a9484fed
Unverified
Commit
a9484fed
authored
Oct 20, 2022
by
Patrizio Bekerle
Browse files
Try to fix cs call
parent
bf78a222
Pipeline
#198622
failed with stage
in 41 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a9484fed
...
...
@@ -22,8 +22,9 @@ stages:
-
php7.4 ./occ app:enable webapppassword
-
php7.4 -S localhost:8080 &
-
cd apps/webapppassword
-
php7.4 /usr/local/bin/composer
require --dev christophwurst/nextcloud:dev-${CORE_BRANCH}
-
php7.4 /usr/local/bin/composer
install
-
php7.4 /usr/local/bin/composer run cs
-
php7.4 /usr/local/bin/composer require --dev christophwurst/nextcloud:dev-${CORE_BRANCH}
# - php7.4 /usr/local/bin/composer run psalm
-
make test
after_script
:
...
...
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!
Cancel
Please
register
or
sign in
to comment