From: Matthieu <20992787+MatthieuCoder@users.noreply.github.com> Date: Sun, 26 Sep 2021 16:17:49 +0000 (+0400) Subject: Update config.yml X-Git-Tag: v0.1~61 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=7d6fbca80018a86a3a8f7dd354e9d5e5cb11001b;p=matthieu%2Fnova.git Update config.yml --- diff --git a/.circleci/config.yml b/.circleci/config.yml index 34c3f1a..754da91 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,15 +18,14 @@ commands: jobs: build: - docker: - - image: cimg/base:stable + machine: + image: 'ubuntu-2004:202010-01' steps: - checkout - setup-bazel - run: name: "Build" command: "bazel build //:packages" - no_output_timeout: 3h - store_artifacts: path: ~/project/bazel-bin/packages*