... | ... | @@ -55,6 +55,11 @@ at the end of the menu add a loop |
|
|
|
|
|
## create a repo on GIT for the pipeline
|
|
|
- "ProviderName-provider-fabric"
|
|
|
- in the following files replace the following information with your own
|
|
|
- ProviderName_1
|
|
|
- CustomerName_providers_compiled
|
|
|
- CustomerName_providers_packaged
|
|
|
- CustomerName_providers_compiled
|
|
|
|
|
|
### config.json [config.json](uploads/ce73c926eb2804fd27ca6ee0f7128b83/config.json)
|
|
|
|
... | ... | @@ -86,7 +91,7 @@ at the end of the menu add a loop |
|
|
}
|
|
|
|
|
|
```
|
|
|
### .gitlab-ci.yml [.gitlab-ci.yml](uploads/2f717d73132db1c1fb85258c8f971763/.gitlab-ci.yml)
|
|
|
### .gitlab-ci.yml [.gitlab-ci.yml](uploads/843a3f193f187b364e37ffcd870fe049/.gitlab-ci.yml)
|
|
|
|
|
|
```
|
|
|
variables:
|
... | ... | @@ -121,7 +126,7 @@ price: |
|
|
- .\Scripts\02_clone.ps1 -repositoryType price
|
|
|
- .\Scripts\03_price.ps1
|
|
|
artifacts:
|
|
|
name: Sepalumic_providers_priced
|
|
|
name: CustomerName_providers_priced
|
|
|
paths:
|
|
|
- .\ProviderName_1\*
|
|
|
- .\ProviderName_2\*
|
... | ... | @@ -140,7 +145,7 @@ compile: |
|
|
- .\Scripts\02_junction.ps1
|
|
|
- .\Scripts\04_compile.ps1
|
|
|
artifacts:
|
|
|
name: Sepalumic_providers_compiled
|
|
|
name: CustomerName_providers_compiled
|
|
|
paths:
|
|
|
- .\ProviderName_1\*
|
|
|
- .\ProviderName_2\*
|
... | ... | |