Skip to content

Commit

Permalink
update circleci doc example
Browse files Browse the repository at this point in the history
Related to #26 , to
consider circleci deprecations.
  • Loading branch information
nm2107 committed Mar 8, 2022
1 parent 706697f commit aa3ef87
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 aa3ef87

Please sign in to comment.