Skip to content

Commit 2ef8df2

Browse files
committed
Update destination path for gsutil sync for staging branches
1 parent 087e541 commit 2ef8df2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main-staging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,9 @@ jobs:
175175
for versioned_build in "${versioned_builds[@]}"; do
176176
read product version<<<$(awk 'BEGIN{FS="-"}{print $1 " " $2}' <<< $versioned_build)
177177
if [[ "${product}" == "redis-data-integration" ]]; then
178-
gsutil -m rsync -r -c -j html -d "${{ github.workspace }}/${versioned_build}/integrate/${product}/${version}" "gs://${BUCKET}/${versioned_build}/integrate/${product}"
178+
gsutil -m rsync -r -c -j html -d "${{ github.workspace }}/${versioned_build}/integrate/${product}/${version}" "gs://${BUCKET}/${bucket_path}/${versioned_build}/integrate/${product}"
179179
else
180-
gsutil -m rsync -r -c -j html -d "${{ github.workspace }}/${versioned_build}/operate/${product}/${version}" "gs://${BUCKET}/${versioned_build}/operate/${product}"
180+
gsutil -m rsync -r -c -j html -d "${{ github.workspace }}/${versioned_build}/operate/${product}/${version}" "gs://${BUCKET}/${bucket_path}/${versioned_build}/operate/${product}"
181181
fi
182182
done
183183

0 commit comments

Comments
 (0)