Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bobgo-magento-extension
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bob Public Utils
bobgo-magento-extension
Commits
4f9056b0
Commit
4f9056b0
authored
5 months ago
by
Pieter van Staden
Browse files
Options
Downloads
Plain Diff
Merge branch '7-infrastructure-exclude-package-dir' into 'dev'
7-INFRASTRUCTURE :: exclude package dir from make-zip.sh Closes
#7
See merge request
!17
parents
ebd96cc2
7e4c1824
No related branches found
Branches containing commit
No related tags found
1 merge request
!17
7-INFRASTRUCTURE :: exclude package dir from make-zip.sh
Pipeline
#68664
passed
5 months ago
Stage: deploy
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.distignore
+1
-0
1 addition, 0 deletions
.distignore
composer.json
+1
-1
1 addition, 1 deletion
composer.json
etc/module.xml
+1
-1
1 addition, 1 deletion
etc/module.xml
package.json
+1
-1
1 addition, 1 deletion
package.json
with
4 additions
and
3 deletions
.distignore
+
1
−
0
View file @
4f9056b0
...
...
@@ -9,3 +9,4 @@ make-zip.sh
update-version.js
.gitlab-ci.yml
.gitignore
package
This diff is collapsed.
Click to expand it.
composer.json
+
1
−
1
View file @
4f9056b0
...
...
@@ -2,7 +2,7 @@
"name"
:
"bobgo/bobgo-magento-extension"
,
"description"
:
"Smart shipping and order management solution in South Africa"
,
"type"
:
"magento2-module"
,
"version"
:
"1.0.3
4
"
,
"version"
:
"1.0.3
6
"
,
"authors"
:
[
{
"name"
:
"Bob Go"
,
...
...
This diff is collapsed.
Click to expand it.
etc/module.xml
+
1
−
1
View file @
4f9056b0
...
...
@@ -7,7 +7,7 @@
*/
-->
<config
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"urn:magento:framework:Module/etc/module.xsd"
>
<module
name=
"BobGroup_BobGo"
setup_version=
"1.0.3
4
"
>
<module
name=
"BobGroup_BobGo"
setup_version=
"1.0.3
6
"
>
<sequence>
<module
name=
"Magento_Webapi"
/>
<module
name=
"Magento_Catalog"
/>
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
4f9056b0
{
"name"
:
"bobgo-magento-plugin"
,
"description"
:
"Bob Go magento plugin"
,
"version"
:
"1.0.3
4
"
,
"version"
:
"1.0.3
6
"
,
"license"
:
"GPL-2.0-or-later"
,
"scripts"
:
{
"prepare"
:
"husky install"
,
...
...
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