Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gitlab-ci
Manage
Activity
Members
Code
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
gitlab-ci
Commits
0664ea14
Commit
0664ea14
authored
6 years ago
by
dyszczo
Browse files
Options
Downloads
Patches
Plain Diff
remove more files
parent
d9fa654b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
gitlab-ci-1.2.yml
+5
-1
5 additions, 1 deletion
gitlab-ci-1.2.yml
with
5 additions
and
1 deletion
gitlab-ci-1.2.yml
+
5
−
1
View file @
0664ea14
...
...
@@ -345,7 +345,11 @@ build to deploy:
-
cd ${CI_PROJECT_DIR}/release/${CI_PROJECT_NAME}
-
composer install --no-dev --no-progress --optimize-autoloader --prefer-dist
-
rm -rf build-coverage release tests docs .git .editorconfig .gitignore .gitlab-ci.yml apigen.neon phpunit.xml acceptance test_soap.php .gitlab
-
rm -rf composer.json composer.lock phpcs.xml.dist phpunit-integration.xml phpunit-unit.xml composer.phar wp-cli.phar functional tmp_artifacts
-
rm -rf composer.json phpcs.xml.dist phpunit-integration.xml phpunit-unit.xml composer.phar wp-cli.phar functional tmp_artifacts
-
find ./vendor -type d -name "tests" -exec rm -rf {} \;
-
find ./vendor -name "LICENSE" -delete
-
find ./vendor -name "README.md" -delete
-
find ./vendor -name ".gitlab-ci.yml" -delete
-
cd ../
-
zip -r -q ../release.zip ./
only
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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