Skip to content

Commit d6dd1b2

Browse files
author
Taniya Mathur
committed
fix: use publish.sh instead of publish.py in codebuild deployment
publish.sh handles dependency installation automatically
1 parent 9410787 commit d6dd1b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/codebuild_deployment.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ def publish_templates():
7777
bucket_basename = f"idp-sdlc-sourcecode-{account_id}-{region}"
7878
prefix = f"codebuild-{datetime.now().strftime('%Y%m%d-%H%M%S')}"
7979

80-
# Run publish.py
81-
cmd = f"python3 publish.py {bucket_basename} {prefix} {region}"
80+
# Run publish.sh
81+
cmd = f"./publish.sh {bucket_basename} {prefix} {region}"
8282
result = run_command(cmd)
8383

8484
# Extract template URL from output

0 commit comments

Comments
 (0)