Commit b3a1638e authored by Gyanendra Mishra's avatar Gyanendra Mishra

added the ubuntu vm

parent 39dfcfb7
...@@ -3,6 +3,11 @@ version: 2.1 ...@@ -3,6 +3,11 @@ version: 2.1
orbs: orbs:
kurtosis-docs-checker: kurtosis-tech/docs-checker@0.2.0 kurtosis-docs-checker: kurtosis-tech/docs-checker@0.2.0
executors:
ubuntu_vm:
machine:
image: ubuntu-2004:202201-02
# NOTE: Because CircleCI jobs run on separate machines from each other, we duplicate steps (like checkout) between jobs. This is because doing the "correct" DRY # NOTE: Because CircleCI jobs run on separate machines from each other, we duplicate steps (like checkout) between jobs. This is because doing the "correct" DRY
# refactoring of, "one job for checkout, one job for build Docker image, etc." would require a) persisting files between jobs and b) persisting Docker images between # refactoring of, "one job for checkout, one job for build Docker image, etc." would require a) persisting files between jobs and b) persisting Docker images between
# jobs. Both are annoying (saving/loading workspaces require re-downloading the workspace over the network, and there doesn't seem to be a good way to do Docker # jobs. Both are annoying (saving/loading workspaces require re-downloading the workspace over the network, and there doesn't seem to be a good way to do Docker
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment