From: Simon Pasquier Date: Tue, 27 Nov 2018 09:08:28 +0000 (+0100) Subject: circleci: switch to 2.1 config (#385) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b0ed24f0a634ad7a1c0da5fb52d9b04cbd14edc6;p=blackbox_exporter.git circleci: switch to 2.1 config (#385) Signed-off-by: Simon Pasquier --- diff --git a/.circleci/config.yml b/.circleci/config.yml index 6efefa9..d287c48 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,5 +1,5 @@ --- -version: 2 +version: 2.1 jobs: # IPv6 tests require the machine executor. @@ -15,7 +15,7 @@ jobs: - run: name: enable ipv6 command: | - cat <<'EOF' | sudo tee /etc/docker/daemon.json + cat \<<'EOF' | sudo tee /etc/docker/daemon.json { "ipv6": true, "fixed-cidr-v6": "2001:db8:1::/64"