Skip to content

Commit

Permalink
fix: unbound var in network deploy (#11587)
Browse files Browse the repository at this point in the history
generate_devnet_config now expects a values filename as an arg.
  • Loading branch information
just-mitch authored Jan 29, 2025
1 parent 6630e80 commit 0cfd0fe
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/network-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,9 @@ jobs:
run: |
REPO=$(git rev-parse --show-toplevel)
export VALUES_PATH="$REPO/spartan/aztec-network/values/${{ env.VALUES_FILE }}"
export DEFAULT_VALUES_PATH="$REPO/spartan/aztec-network/values.yaml"
export MNEMONIC="${{ steps.get-mnemonic.outputs.mnemonic }}"
$REPO/spartan/scripts/generate_devnet_config.sh
$REPO/spartan/scripts/generate_devnet_config.sh ${{ env.VALUES_FILE }}
- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
Expand Down

0 comments on commit 0cfd0fe

Please sign in to comment.