Skip to content

Commit

Permalink
chore: map correct branch to wire-builds (#5089)
Browse files Browse the repository at this point in the history
* chore: assign correct branch or tag to wire-builds

* chore: map account main branch to wire-build main branch
  • Loading branch information
V-Gira authored Nov 7, 2024
1 parent 1a9dbc8 commit dfeea2c
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/test_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,20 +69,16 @@ jobs:
id: output_target_branches
with:
key: '${{github.ref}}'
# TODO add production and staging once wire-builds has those branches
#
# "production": {
# "targets": "[\"TDB\"]"
# },
# "staging": {
# TODO Add staging if we ever use a wire-builds as a source for staging (we use k8s)
# "[TBD]": {
# "targets": "[\"TBD\"]"
# },
map: |
{
"production": {
"main": {
"targets": "[\"main\"]"
},
"dev": {
"staging": {
"targets": "[\"dev\"]"
},
"q1-2024": {
Expand Down

0 comments on commit dfeea2c

Please sign in to comment.