Skip to content

Commit

Permalink
revert last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellcassius committed Dec 13, 2023
1 parent cb3866d commit 71728c0
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 @@ -14,7 +14,7 @@ class constants(Enum): # pylint: disable=c0103
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-smtr"
GCS_FLOWS_BUCKET = "datario-public"

# AGENT LABELS #
RJ_SMTR_AGENT_LABEL = 'rj-smtr'
Expand Down

0 comments on commit 71728c0

Please sign in to comment.