Skip to content

Commit

Permalink
chore: fixing bucket name
Browse files Browse the repository at this point in the history
  • Loading branch information
thiago-felipe-99 committed Jun 7, 2024
1 parent 0ba3770 commit 59f3c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class constants(Enum):
DOCKER_TAG = "AUTO_REPLACE_DOCKER_TAG"
DOCKER_IMAGE_NAME = "AUTO_REPLACE_DOCKER_IMAGE"
DOCKER_IMAGE = f"{DOCKER_IMAGE_NAME}:{DOCKER_TAG}"
GCS_FLOWS_BUCKET = "rj-orgao-flows"
GCS_FLOWS_BUCKET = "rj-cetrio"

######################################
# Agent labels
Expand Down

0 comments on commit 59f3c9b

Please sign in to comment.