This commit is contained in:
Andrew Morgan 2019-05-22 12:18:44 +01:00
parent 5e7ae98d10
commit cc1e13188d

View file

@ -10,7 +10,7 @@ jobs:
# Set up dendrite # Set up dendrite
- run: - run:
name: Build Dendrite name: Build Dendrite
command: echo $PATH && ./build.sh command: echo $PATH && ls /goroot/bin && 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