Skip to content

Commit

Permalink
release: remove zip/deployment dir again from emojivoto demo
Browse files Browse the repository at this point in the history
This was re-introduced by mistake when rebasing #652. Originally removed in #640

Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Jul 10, 2024
1 parent 4177eaf commit 76003cb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,11 +271,12 @@ jobs:
path: ./image-replacements.txt
- name: Create portable coordinator resource definitions
run: |
mkdir -p workspace deployment
mkdir -p workspace
nix run .#scripts.write-coordinator-yaml -- "${coordinatorImgTagged}" > workspace/coordinator.yml
nix shell .#contrast --command resourcegen --image-replacements ./image-replacements.txt --namespace kube-system --platform AKS-CLH-SNP runtime > deployment/runtime.yml
nix shell .#contrast --command resourcegen --image-replacements ./image-replacements.txt --add-load-balancers emojivoto-sm-ingress > deployment/emojivoto-demo.yml
zip -r workspace/emojivoto-demo.zip deployment/emojivoto-demo.yml
nix shell .#contrast --command resourcegen --image-replacements ./image-replacements.txt --platform AKS-CLH-SNP \
--namespace kube-system runtime > workspace/runtime.yml
nix shell .#contrast --command resourcegen --image-replacements ./image-replacements.txt --platform AKS-CLH-SNP \
--add-load-balancers emojivoto-sm-ingress > workspace/emojivoto-demo.yml
- name: Update coordinator policy hash
run: |
yq < workspace/coordinator.yml \
Expand Down

0 comments on commit 76003cb

Please sign in to comment.