Skip to content

Commit

Permalink
fix by black
Browse files Browse the repository at this point in the history
  • Loading branch information
RazvanLiviuVarzaru committed Dec 10, 2024
1 parent 7a7779d commit 5a18b14
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docker-compose/generate-config.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,14 @@ def main(args):
key: VOLUMES[:]
for key in [element.replace("/", "_") for element in MASTER_DIRECTORIES]
}
for master in ["master-nonlatent", "master-docker-nonstandard", "master-docker-nonstandard-2"]:
master_volumes[master].append(
"/srv/buildbot/packages:/srv/buildbot/packages"
) # Using FileUpload step
for master in [
"master-nonlatent",
"master-docker-nonstandard",
"master-docker-nonstandard-2",
]:
master_volumes[master].append(
"/srv/buildbot/packages:/srv/buildbot/packages"
) # Using FileUpload step

# Capture the current environment variables' keys
current_env_keys = set(os.environ.keys())
Expand Down

0 comments on commit 5a18b14

Please sign in to comment.