-
Notifications
You must be signed in to change notification settings - Fork 17
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 #259 from catenax-ng/release/3.0.0-refactor-direct…
…ory-structure Release/2.3.0 refactor directory structure: Clean up unnecessary files and restructure repo
- Loading branch information
Showing
266 changed files
with
18,710 additions
and
24,500 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.