Skip to content

Commit

Permalink
Merge pull request #29 from KnpLabs/doc/update-circleci-example
Browse files Browse the repository at this point in the history
[RFR] update circleci doc example
  • Loading branch information
nm2107 authored Mar 8, 2022
2 parents aba5e8d + aa3ef87 commit b73284e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/examples/circleci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
version: 2
version: 2.1

reference:
vm_machine: &vm_machine
working_directory: ~/my-project
machine:
image: circleci/classic:201808-01
image: ubuntu-2004:202201-02

checkout_step: &checkout_step
checkout:
Expand Down

0 comments on commit b73284e

Please sign in to comment.