Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
plugin-template
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
Library
plugin-template
Merge requests
!36
Devel
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Closed
Devel
devel
into
master
Overview
0
Commits
44
Changes
1
Closed
Krzysztof Dyszczyk
requested to merge
devel
into
master
5 years ago
Overview
0
Commits
44
Changes
1
0
0
Merge request reports
Viewing commit
996d1547
Prev
Next
Show latest version
1 file
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
996d1547
remove composer.json
· 996d1547
dyszczo
authored
7 years ago
.gitlab-ci.yml
+
3
−
3
View file @ 996d1547
Show full file
variables
:
WPDESK_CI_VERSION
:
1.10.1
5
WPDESK_CI_VERSION
:
1.10.1
6
MYSQL_ROOT_PASSWORD
:
mysql
MYSQL_DATABASE
:
wptest
MYSQL_USER
:
mysql
@@ -189,8 +189,8 @@ build to deploy:
-
cp -rf /tmp/release/* ${CI_PROJECT_DIR}/release/${CI_PROJECT_NAME}
-
cd ${CI_PROJECT_DIR}/release/${CI_PROJECT_NAME}
-
composer install --no-dev --no-progress --optimize-autoloader
-
rm -rf build-coverage release tests docs .git .editorconfig .gitignore .gitlab-ci.yml apigen.neon
\
composer.json composer.lock phpcs.xml.dist phpunit-integration.xml phpunit-unit.xml composer.phar wp-cli.phar
-
rm -rf build-coverage release tests docs .git .editorconfig .gitignore .gitlab-ci.yml apigen.neon
-
rm -rf
composer.json composer.lock phpcs.xml.dist phpunit-integration.xml phpunit-unit.xml composer.phar wp-cli.phar
-
cd ../
-
zip -r -q ../release.zip ./
only
:
Loading