From 9194ee17da134cdf6e57a174705550f093f892fa Mon Sep 17 00:00:00 2001 From: "Dr. Sergey Pogodin" Date: Thu, 31 May 2018 17:56:55 +0200 Subject: [PATCH 1/2] Update of CI/CD setup - Newer image of CI/CD container - Omit integration tests for PRs --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f2e37ca4..193e5376 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ jobs: # Basic testing of a new commit to any branch. test: docker: - - image: birdofpreyru/mythril:0.0.2 + - image: birdofpreyru/mythril-integration-tests:0.0.3 steps: - checkout: @@ -43,7 +43,7 @@ jobs: - run: name: Integration tests - command: cd /home && ./run-integration-tests.sh + command: if [ -z "$CIRCLE_PR_NUMBER" ]; then cd /home && ./run-integration-tests.sh; fi deploy: docker: From 95b1b5ef9fdfc3ad09e951cb0843dcd7409acf97 Mon Sep 17 00:00:00 2001 From: "Dr. Sergey Pogodin" Date: Thu, 31 May 2018 18:10:27 +0200 Subject: [PATCH 2/2] test of PR build --- tmp | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tmp diff --git a/tmp b/tmp new file mode 100644 index 00000000..e69de29b