Skip to content

Commit

Permalink
fix(ci): disable indexer-dex on testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewklau committed Oct 11, 2024
1 parent 7603adf commit 6a5d715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
run: |
kubectl config set-context --current --namespace=nearblocks-testnet
services=(api app app-lite backend indexer-balance indexer-base indexer-events indexer-dex explorer-selector aggregates)
services=(api app app-lite backend indexer-balance indexer-base indexer-events explorer-selector aggregates)
for service in "${services[@]}"; do
service_sha=$(echo '${{ needs.build.outputs.matrix-result }}' | jq -r ".[\"$service\"]")
Expand Down

0 comments on commit 6a5d715

Please sign in to comment.