mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-15 19:03:09 -06:00
Revert changes for .circleci/config.yml - included in sytest docker image
Signed-off-by: Alex Chen <minecnly@gmail.com>
This commit is contained in:
parent
3245ede125
commit
c382ae00bb
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue