parent
0351b0e9a3
commit
d543bbf648
|
|
@ -153,12 +153,13 @@ jobs:
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: rts-dist
|
name: rts-dist
|
||||||
path: app/rts/rts-dist.tar
|
path: app/rts/dist
|
||||||
|
|
||||||
# Untar the bundles
|
- name: Untar the rts folder
|
||||||
- name: Untar the rts bundles
|
|
||||||
run: |
|
run: |
|
||||||
tar -xvf app/rts/rts-dist.tar -C app/rts/
|
tar -xvf app/rts/dist/rts-dist.tar -C app/rts/
|
||||||
|
echo "Cleaning up the tar files"
|
||||||
|
rm app/rts/dist/rts-dist.tar
|
||||||
|
|
||||||
# We don't use Depot Docker builds because it's faster for local Docker images to be built locally.
|
# 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.
|
# It's slower and more expensive to build these Docker images on Depot and download it back to the CI node.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user