]> git.puffer.fish Git - matthieu/nova.git/commitdiff
Update config.yml
authorMatthieu <20992787+MatthieuCoder@users.noreply.github.com>
Sun, 26 Sep 2021 16:17:49 +0000 (20:17 +0400)
committerGitHub <noreply@github.com>
Sun, 26 Sep 2021 16:17:49 +0000 (20:17 +0400)
.circleci/config.yml

index 34c3f1a9be28641b94c2ff2d299aac20cb2f1728..754da9131091e1069951757c639a4f31141b7c9c 100644 (file)
@@ -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*