bundle fetcher script does not exist any more

This commit is contained in:
vyzo 2022-05-11 22:34:43 +03:00
parent 74f300290e
commit 73f6402ade
2 changed files with 0 additions and 14 deletions

View File

@ -48,7 +48,6 @@ commands:
- run: sudo apt-get install ocl-icd-opencl-dev libhwloc-dev
- run: git submodule sync
- run: git submodule update --init
- fetch_builtin_actors
download-params:
steps:
- restore_cache:
@ -84,12 +83,6 @@ commands:
name: fetch all tags
command: |
git fetch --all
fetch_builtin_actors:
steps:
- run:
name: fetch builtin actor bundles
command: |
build/builtin-actors/fetch-bundles.sh
packer_build:
description: "Run a packer build"
parameters:

View File

@ -48,7 +48,6 @@ commands:
- run: sudo apt-get install ocl-icd-opencl-dev libhwloc-dev
- run: git submodule sync
- run: git submodule update --init
- fetch_builtin_actors
download-params:
steps:
- restore_cache:
@ -84,12 +83,6 @@ commands:
name: fetch all tags
command: |
git fetch --all
fetch_builtin_actors:
steps:
- run:
name: fetch builtin actor bundles
command: |
build/builtin-actors/fetch-bundles.sh
packer_build:
description: "Run a packer build"
parameters: