Skip to content

Commit

Permalink
Moving comment breaking deployment (#2268)
Browse files Browse the repository at this point in the history
  • Loading branch information
hatemosphere authored and Deniallugo committed Jul 29, 2022
1 parent 5da04d8 commit b3f4574
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/setup.runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,13 @@ jobs:
key: ${{ inputs.environment }}
export_to: output
mode: overwrite
# TODO: rename stage-new cluster to stage after migration from old to new is done
map: |
{
".*": {
"namespace": "${{ inputs.environment }}",
"hfEnv": "${{ inputs.environment }}",
"cluster": "stage-new" # TODO: rename new cluster to stage
"cluster": "stage-new"
},
"^rinkeby$": { "cluster": "testnet" },
"^ropsten$": { "cluster": "testnet" },
Expand Down

0 comments on commit b3f4574

Please sign in to comment.