This commit is contained in:
Andrew Morgan 2019-05-22 12:37:48 +01:00
parent 61eea8cbfc
commit b660409963

View file

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