bundle fetcher script does not exist any more
This commit is contained in:
parent
74f300290e
commit
73f6402ade
@ -48,7 +48,6 @@ commands:
|
|||||||
- run: sudo apt-get install ocl-icd-opencl-dev libhwloc-dev
|
- run: sudo apt-get install ocl-icd-opencl-dev libhwloc-dev
|
||||||
- run: git submodule sync
|
- run: git submodule sync
|
||||||
- run: git submodule update --init
|
- run: git submodule update --init
|
||||||
- fetch_builtin_actors
|
|
||||||
download-params:
|
download-params:
|
||||||
steps:
|
steps:
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
@ -84,12 +83,6 @@ commands:
|
|||||||
name: fetch all tags
|
name: fetch all tags
|
||||||
command: |
|
command: |
|
||||||
git fetch --all
|
git fetch --all
|
||||||
fetch_builtin_actors:
|
|
||||||
steps:
|
|
||||||
- run:
|
|
||||||
name: fetch builtin actor bundles
|
|
||||||
command: |
|
|
||||||
build/builtin-actors/fetch-bundles.sh
|
|
||||||
packer_build:
|
packer_build:
|
||||||
description: "Run a packer build"
|
description: "Run a packer build"
|
||||||
parameters:
|
parameters:
|
||||||
|
@ -48,7 +48,6 @@ commands:
|
|||||||
- run: sudo apt-get install ocl-icd-opencl-dev libhwloc-dev
|
- run: sudo apt-get install ocl-icd-opencl-dev libhwloc-dev
|
||||||
- run: git submodule sync
|
- run: git submodule sync
|
||||||
- run: git submodule update --init
|
- run: git submodule update --init
|
||||||
- fetch_builtin_actors
|
|
||||||
download-params:
|
download-params:
|
||||||
steps:
|
steps:
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
@ -84,12 +83,6 @@ commands:
|
|||||||
name: fetch all tags
|
name: fetch all tags
|
||||||
command: |
|
command: |
|
||||||
git fetch --all
|
git fetch --all
|
||||||
fetch_builtin_actors:
|
|
||||||
steps:
|
|
||||||
- run:
|
|
||||||
name: fetch builtin actor bundles
|
|
||||||
command: |
|
|
||||||
build/builtin-actors/fetch-bundles.sh
|
|
||||||
packer_build:
|
packer_build:
|
||||||
description: "Run a packer build"
|
description: "Run a packer build"
|
||||||
parameters:
|
parameters:
|
||||||
|
Loading…
Reference in New Issue
Block a user