Skip to content

fix: force replace index.html file when uploading review to AWS s3

Cody Adam requested to merge fix/monorepo/review-pipeline-index-bug into main

description of the issue

every time we build react, the index.html file changes, as well as the ----.js assets from the build the assets always change name in every build, but index.html has always the same name in the second time we push commits, the review is only uploading the new files, but not the index.html, and then the review.igem.org deployment doesn't show the website correctly.

example:

https://review.igem.org/feat-improved-video-card/jamboree

https://gitlab.igem.org/websites/root/-/jobs/530279#L29

Edited by Cody Adam

Merge request reports