Browse Source

Ajout du checkout dans le config.yml

main
Johann 6 years ago
parent
commit
e6f0b41414
  1. 1
      .circleci/config.yml

1
.circleci/config.yml

@ -9,6 +9,7 @@ jobs:
-
image: "circleci/node:12"
steps:
- checkout
-
run:
command: "echo ok"
Loading…
Cancel
Save