diff options
| author | Matthieu <20992787+MatthieuCoder@users.noreply.github.com> | 2021-09-26 20:17:49 +0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-26 20:17:49 +0400 |
| commit | 7d6fbca80018a86a3a8f7dd354e9d5e5cb11001b (patch) | |
| tree | 353d751bb5200aa91265f462ce06c22acc8f6848 | |
| parent | a79268db7d0bb5b7ceeba26fe9070f0b54c6f50a (diff) | |
Update config.yml
| -rw-r--r-- | .circleci/config.yml | 5 |
1 files changed, 2 insertions, 3 deletions
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* |
