Skip to content

Commit

Permalink
fix: updates
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Dec 31, 2024
1 parent b269966 commit 7108241
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/flux-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: true

# env:
# HOMEBREW_NO_ANALYTICS: "1"
# UV_SYSTEM_PYTHON: "1"

jobs:
flux-diff:
name: Flux Diff
Expand Down Expand Up @@ -64,24 +60,6 @@ jobs:
"aqua:kubernetes-sigs/kustomize" = "latest"
"pipx:flux-local" = "latest"
# - name: Setup Homebrew
# uses: Homebrew/actions/setup-homebrew@master
# with:
# stable: true

# - name: Setup Workflow Tools
# shell: bash
# run: brew install fluxcd/tap/flux helm kustomize uv

# - name: Setup Python
# uses: actions/setup-python@v5
# with:
# python-version: 3.12.x

# - name: Install Python Dependencies
# shell: bash
# run: uv pip install flux-local

- name: Diff Resources
shell: bash
run: |
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/helm-repository-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ on:
branches: ["main"]
paths: ["kubernetes/**/helmrelease.yaml"]

# env:
# HOMEBREW_NO_ANALYTICS: "1"

jobs:
sync:
name: Helm Repository Sync
Expand Down Expand Up @@ -47,15 +44,6 @@ jobs:
"aqua:fluxcd/flux2" = "latest"
"aqua:mikefarah/yq" = "latest"
# - name: Setup Homebrew
# uses: Homebrew/actions/setup-homebrew@master
# with:
# stable: true

# - name: Setup Workflow Tools
# shell: bash
# run: brew install fluxcd/tap/flux yq

- if: ${{ github.event.inputs.helmRepoNamespace == '' && github.event.inputs.helmRepoName == '' }}
name: Get Changed Files
id: changed-files
Expand Down

0 comments on commit 7108241

Please sign in to comment.