Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The gcs-upload task by default uses "gsutil cp -r" to copy the local folder with release files to the latest folder. That works well if "latest" does not exists, otherwise it creates a "<version>" folder into "latest", which is not the desired behaviour. The "deleteExtraFiles" flag in the task means that "gsutil rsync -r" is used instead, which achieves the correct behaviour in all cases ("latest" exists or not. Signed-off-by: Andrea Frittoli <[email protected]>
- Loading branch information