From a1647d995506cb52bf223aad7756735cfb336b35 Mon Sep 17 00:00:00 2001 From: Daniel Kirchner Date: Mon, 11 Nov 2019 14:22:13 +0100 Subject: [PATCH] Remove overwritten tag in CI config. --- .circleci/config.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 47a774356..f06faab46 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -104,17 +104,6 @@ defaults: name: command line tests command: ./test/cmdlineTests.sh - - test_ubuntu1904: &test_ubuntu1904 - docker: - - image: ethereum/solidity-buildpack-deps:ubuntu1904 - steps: - - checkout - - attach_workspace: - at: build - - run: *run_soltest - - store_test_results: *store_test_results - - store_artifacts: *artifacts_test_results - - test_ubuntu1904_clang: &test_ubuntu1904_clang docker: - image: ethereum/solidity-buildpack-deps:ubuntu1904-clang @@ -126,7 +115,7 @@ defaults: - store_test_results: *store_test_results - store_artifacts: *artifacts_test_results - - test_ubuntu1904_all: &test_ubuntu1904 + - test_ubuntu1904: &test_ubuntu1904 docker: - image: ethereum/solidity-buildpack-deps:ubuntu1904 steps: