From c382ae00bb907dc26502443b077aba9ea032948d Mon Sep 17 00:00:00 2001 From: Cnly Date: Wed, 19 Jun 2019 22:59:23 +0800 Subject: [PATCH] Revert changes for .circleci/config.yml - included in sytest docker image Signed-off-by: Alex Chen --- .circleci/config.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d72b329c2..8b6f4db02 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,10 +8,10 @@ jobs: - checkout # Set up dendrite - - run: + - run: name: Build Dendrite command: ./build.sh - - run: + - run: name: Copy dummy keys to root command: | mv .circleci/matrix_key.pem . @@ -19,9 +19,6 @@ jobs: - run: name: Run sytest with whitelisted tests 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: path: /logs