Skip to content

Commit b2757f9

Browse files
conflicts in gha resolve
1 parent 246a8e3 commit b2757f9

File tree

2 files changed

+0
-30
lines changed

2 files changed

+0
-30
lines changed

.github/workflows/lint-and-test.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@ jobs:
1818
uses: azure/setup-helm@v3
1919
with:
2020
version: v3.10.1 # Also update in publish.yaml
21-
<<<<<<< HEAD
22-
23-
- name: Setup Kubectl
24-
uses: azure/setup-kubectl@v3
25-
id: install
26-
=======
27-
>>>>>>> argo-events-2.0.9
2821

2922
- name: Set up python
3023
uses: actions/setup-python@v4
@@ -69,18 +62,6 @@ jobs:
6962
with:
7063
config: .github/configs/kind-config.yaml
7164

72-
<<<<<<< HEAD
73-
=======
74-
- name: Deploy latest ArgoCD CRDs when testing ArgoCD extensions
75-
if: |
76-
contains(steps.list-changed.outputs.changed_charts, 'argocd-image-updater') ||
77-
contains(steps.list-changed.outputs.changed_charts, 'argocd-apps')
78-
run: |
79-
helm repo add dandydeveloper https://dandydeveloper.github.io/charts/
80-
helm dependency build charts/argo-cd/
81-
helm template charts/argo-cd/ --set server.extensions.enabled=true -s templates/crds/* | kubectl apply -f -
82-
83-
>>>>>>> argo-events-2.0.9
8465
- name: Skip HPA tests of ArgoCD
8566
if: contains(steps.list-changed.outputs.changed_charts, 'argo-cd')
8667
run: |

.github/workflows/publish.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ on:
88
permissions:
99
contents: read
1010

11-
permissions:
12-
contents: read
13-
1411
jobs:
1512
publish:
1613
permissions:
@@ -34,23 +31,15 @@ jobs:
3431
run: |
3532
git config user.name "$GITHUB_ACTOR"
3633
git config user.email "[email protected]"
37-
<<<<<<< HEAD
38-
- name: Package chart
39-
=======
4034
4135
## This is required to consider the old Circle-CI Index and to stay compatible with all the old releases.
4236
- name: Fetch current Chart Index
43-
>>>>>>> argo-events-2.0.9
4437
run: |
4538
rm -rf .cr-release-packages
4639
mkdir .cr-release-packages
4740
helm package charts/argo-events -u -d .cr-release-packages/
4841
- name: Run chart-releaser
49-
<<<<<<< HEAD
50-
uses: helm/chart-releaser-action@main
51-
=======
5242
uses: helm/[email protected]
53-
>>>>>>> argo-events-2.0.9
5443
with:
5544
config: "./.github/configs/cr.yaml"
5645
skip_packaging: true

0 commit comments

Comments
 (0)