Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AbeCoull authored Oct 13, 2023
1 parent 4b92d3f commit 0f123a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ def build_setup(
"py_versions": constants.PYTHON_VERSIONS,
}
build_context = os.environ.get("BUILD_CONTEXT")

if build_context == "PR":
pr_number = os.getenv("CODEBUILD_SOURCE_VERSION")
LOGGER.info(f"pr number: {pr_number}")
Expand Down

0 comments on commit 0f123a0

Please sign in to comment.