Skip to content

Commit

Permalink
Fix cirlceci configuration issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
vEpiphyte committed Nov 16, 2020
1 parent 2d961d2 commit 637c061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ commands:
command: |
docker run --rm -it --entrypoint python vertexproject/synapse:${CIRCLE_BRANCH} -m synapse.servers.cortex --help
dstatus00=$?
if [ $dstatus00 != "0" ]; then exit 1; f
if [ $dstatus00 != "0" ]; then exit 1; fi
docker run --rm -it --entrypoint python vertexproject/synapse:${CIRCLE_BRANCH}-py37 -m synapse.servers.cortex --help
dstatus01=$?
if [ $dstatus01 != "0" ]; then exit 1; fi
Expand Down

0 comments on commit 637c061

Please sign in to comment.