Browse Source

feat: correct config

adding_ci
Anatole-DC 5 years ago
parent
commit
24d19a10bf
  1. 1
      .circleci/config.yml

1
.circleci/config.yml

@ -1,6 +1,7 @@
version: 2.1 version: 2.1
jobs: jobs:
build: build:
- image: alpine:latest
steps: steps:
- checkout - checkout
Loading…
Cancel
Save