-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #246 from catenax-ng/feature/cmp-1026/refactor-repo
Feature/cmp 1026/refactor repo: Refactor directory structure
- Loading branch information
Showing
265 changed files
with
18,693 additions
and
24,499 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,6 +48,7 @@ jobs: | |
|
||
- name: Install ESLint | ||
run: | | ||
cd dpp-frontend | ||
npm install [email protected] --legacy-peer-deps | ||
npm install @microsoft/[email protected] --legacy-peer-deps | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,9 +56,8 @@ jobs: | |
|
||
- name: Install Helm Repos | ||
run: | | ||
helm repo add product-edc https://catenax-ng.github.io/product-edc | ||
helm repo add tractusx-dev https://eclipse-tractusx.github.io/charts/dev | ||
helm repo add bitnami https://charts.bitnami.com/bitnami | ||
helm repo add cx-backend-service https://denisneuling.github.io/cx-backend-service | ||
- name: Run chart-releaser | ||
uses: helm/[email protected] | ||
|
Oops, something went wrong.