Skip to content

Commit

Permalink
chore(dev-flow): maintain latest changes in main branch (#346)
Browse files Browse the repository at this point in the history
get rid of the dev branch
#243
  • Loading branch information
evegufy authored Jun 21, 2024
1 parent 8259aec commit f2081af
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 69 deletions.
1 change: 0 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ updates:
# Github Actions
-
package-ecosystem: "github-actions"
target-branch: dev
directory: /
labels:
- "dependabot"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/localdev-chart-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
# push:
# paths:
# - 'charts/localdev/**'
# branches: [main, dev]
# branches: [main]
# pull_request:
# paths:
# - 'charts/localdev/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/portal-chart-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
push:
paths:
- 'charts/portal/**'
branches: [main, dev, release-candidate]
branches: [main,release-candidate]
pull_request:
paths:
- 'charts/portal/**'
Expand Down
2 changes: 1 addition & 1 deletion consortia/argocd-app-templates/appsetup-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
source:
path: charts/portal
repoURL: 'https://github.com/eclipse-tractusx/portal.git'
targetRevision: dev
targetRevision: main
plugin:
env:
- name: AVP_SECRET
Expand Down
38 changes: 0 additions & 38 deletions consortia/argocd-app-templates/appsetup-upgrade.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions consortia/environments/values-upgrade.yaml

This file was deleted.

0 comments on commit f2081af

Please sign in to comment.