This commit is contained in:
Andrew Morgan 2019-05-22 12:21:02 +01:00
parent cc1e13188d
commit 8e23409932

View file

@ -10,7 +10,7 @@ jobs:
# Set up dendrite
- run:
name: Build Dendrite
command: echo $PATH && ls /goroot/bin && PATH=/goroot/bin:$PATH ./build.sh
command: echo $PATH && ls /goroot && PATH=/goroot/bin:$PATH ./build.sh
- run:
name: Copy custom dendrite config
command: cp .circleci/dendrite-config.yaml dendrite.yaml