Skip to content

Commit 5b10ae6

Browse files
authored
Use pipeline execution id instead of source version (#4606)
1 parent d6a402a commit 5b10ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate_dlc_image_release_information.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def parse_args():
9797
"dlc_release_successful": dlc_release_successful,
9898
}
9999

100-
dlc_folder = os.getenv("CODEBUILD_RESOLVED_SOURCE_VERSION")
100+
dlc_folder = os.getenv("CODEPIPELINE_EXECUTION_ID")
101101

102102
directory = os.path.join(os.sep, os.getcwd(), dlc_folder)
103103
if directory and not os.path.isdir(directory):

0 commit comments

Comments
 (0)