Skip to content

Commit 54929fc

Browse files
committed
Remove infrastructure updates from build-publish workflow
1 parent d1742d2 commit 54929fc

File tree

2 files changed

+0
-42
lines changed

2 files changed

+0
-42
lines changed

.github/workflows/build-publish-anvilops.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,6 @@ jobs:
4040
if: always()
4141
run: docker logout geddes-registry.anvil.rcac.purdue.edu
4242

43-
- name: Install yq
44-
run: |
45-
wget https://github.com/mikefarah/yq/releases/download/v4.47.2/yq_linux_amd64 -O ./yq &&\
46-
chmod +x yq
47-
48-
- name: Update values.yaml files
49-
run: |
50-
./yq -i '.anvilops.image = "registry.anvil.rcac.purdue.edu/anvilops/anvilops:${{ github.ref_name }}-${{ github.run_number }}-${{ github.sha }}"' infra/anvil/values.yaml
51-
./yq -i '.anvilops.image = "geddes-registry.rcac.purdue.edu/anvilops/anvilops:${{ github.ref_name }}-${{ github.run_number }}-${{ github.sha }}"' infra/geddes/values.yaml
52-
cat infra/anvil/values.yaml
53-
5443
- name: Commit changes
5544
run: |
5645
git config --global user.name "github-actions[bot]"

.github/workflows/build-publish-staging-anvilops.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)