File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments