From a11e3271d3aa481804c0a57c7d347a7adaf69398 Mon Sep 17 00:00:00 2001 From: PhilWindle Date: Fri, 15 Sep 2023 11:12:03 +0000 Subject: [PATCH] Fixed paths on s3 deployments --- build-system/scripts/deploy_s3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-system/scripts/deploy_s3 b/build-system/scripts/deploy_s3 index 947062da206..343efec46f7 100755 --- a/build-system/scripts/deploy_s3 +++ b/build-system/scripts/deploy_s3 @@ -12,7 +12,7 @@ echo "deploy_s3: Project Dir: $PROJECT_DIR" echo "deploy_s3: Working directory: $PWD" echo "deploy_s3: Extract dir: $EXTRACT_DIR" -extract_repo $REPOSITORY /usr/src/$(query_manifest projectDir $REPOSITORY)/dest $EXTRACT_DIR +extract_repo $REPOSITORY /usr/src/$(query_manifest relativeProjectDir $REPOSITORY)/dest $EXTRACT_DIR # So a front-end app can discover it's deploy tag at runtime, we include a file called DEPLOY_TAG in the root. echo $DEPLOY_TAG > $EXTRACT_DIR/dest/DEPLOY_TAG