File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ jobs:
237237 product=$(awk 'BEGIN{FS=OFS="-"}{NF--; print}' <<< $versioned_build)
238238 if [[ "${product}" == "redis-data-integration" ]]; then
239239 gsutil -m rsync -r -c -j html -d "${{ github.workspace }}/${versioned_build}/integrate/${product}/" "gs://${BUCKET}/${bucket_path}/${versioned_build}/integrate/${product}"
240- else if [[ "${product}" == "redisvl" ]]; then
240+ elif [[ "${product}" == "redisvl" ]]; then
241241 gsutil -m rsync -r -c -j html -d "${{ github.workspace }}/${versioned_build}/develop/ai/${product}/" "gs://${BUCKET}/${bucket_path}/${versioned_build}/develop/ai/${product}"
242242 else
243243 gsutil -m rsync -r -c -j html -d "${{ github.workspace }}/${versioned_build}/operate/${product}/" "gs://${BUCKET}/${bucket_path}/${versioned_build}/operate/${product}"
You can’t perform that action at this time.
0 commit comments