Skip to content

Commit

Permalink
Use normal DIST_SUFFIX in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Mar 10, 2024
1 parent e755bdb commit 61471a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions site_scons/environ.scons
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ coreenv = VAR_ENV.Clone(
)

# If DIST_SUFFIX is set in environment, is has precedence (set by CI)
if os_suffix := os.environ.get("DIST_SUFFIX", None):
coreenv.Replace(
DIST_SUFFIX=os_suffix,
)
# if os_suffix := os.environ.get("DIST_SUFFIX", None):
# coreenv.Replace(
# DIST_SUFFIX=os_suffix,
# )

# Default value for commandline options

Expand Down

0 comments on commit 61471a6

Please sign in to comment.