ci: removed rts download for modues (#16851)

This commit is contained in:
yatinappsmith 2022-09-19 09:21:18 +05:30 committed by GitHub
parent 98776e9e94
commit ed4c68a8e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -735,12 +735,6 @@ jobs:
echo "Cleaning up the tar files"
rm app/rts/dist/rts-dist.tar
- name: Download the rts build artifact
uses: actions/download-artifact@v2
with:
name: rts-build-deps
path: app/rts/node_modules/
# We don't use Depot Docker builds because it's faster for local Docker images to be built locally.
# It's slower and more expensive to build these Docker images on Depot and download it back to the CI node.
- name: Build docker image