Revert changes for .circleci/config.yml - included in sytest docker image

Signed-off-by: Alex Chen <minecnly@gmail.com>
This commit is contained in:
Cnly 2019-06-19 22:59:23 +08:00
parent 3245ede125
commit c382ae00bb

View file

@ -8,10 +8,10 @@ jobs:
- checkout - checkout
# Set up dendrite # Set up dendrite
- run: - run:
name: Build Dendrite name: Build Dendrite
command: ./build.sh command: ./build.sh
- run: - run:
name: Copy dummy keys to root name: Copy dummy keys to root
command: | command: |
mv .circleci/matrix_key.pem . mv .circleci/matrix_key.pem .
@ -19,9 +19,6 @@ jobs:
- run: - run:
name: Run sytest with whitelisted tests name: Run sytest with whitelisted tests
command: /dendrite_sytest.sh command: /dendrite_sytest.sh
- run:
name: Check for new tests to be added to testfile
command: ./show-expected-fail-tests.sh /logs/results.tap
- store_artifacts: - store_artifacts:
path: /logs path: /logs