Skip to content

Commit

Permalink
Add storefront gitlab integration example
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Pohl committed Dec 12, 2019
1 parent 499b708 commit e3e4a2f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,12 @@ Administration E2E:
variables:
MODULE: "administration"
PLUGINAME: "SwagCustomizedProduct"

Storefront E2E:
extends: .E2E
variables:
MODULE: "storefront"
PLUGINAME: "SwagCustomizedProduct"
```
At the bottom of the configuration file we created another job called `Administration E2E`. It extends the previously created job `.E2E` and sets up enviroment variables to modify the plugin name as well as the enviroment (administration or storefront).
Expand Down

0 comments on commit e3e4a2f

Please sign in to comment.