mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-15 10:53:09 -06:00
path
This commit is contained in:
parent
8e23409932
commit
61eea8cbfc
|
|
@ -10,7 +10,7 @@ jobs:
|
||||||
# Set up dendrite
|
# Set up dendrite
|
||||||
- run:
|
- run:
|
||||||
name: Build Dendrite
|
name: Build Dendrite
|
||||||
command: echo $PATH && ls /goroot && PATH=/goroot/bin:$PATH ./build.sh
|
command: echo $PATH && ls /goroot/go && PATH=/goroot/bin:$PATH ./build.sh
|
||||||
- run:
|
- run:
|
||||||
name: Copy custom dendrite config
|
name: Copy custom dendrite config
|
||||||
command: cp .circleci/dendrite-config.yaml dendrite.yaml
|
command: cp .circleci/dendrite-config.yaml dendrite.yaml
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue