Skip to content

Commit

Permalink
rollback config.yml sur circleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
bidule committed Mar 8, 2024
1 parent 2ce1b1d commit 7728cb4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2.1

jobs:
dummy:
docker:
- image: cimg/node:16.20-browsers
steps:
- run: echo "Hello World"

workflows:
build-deploy:
jobs:
- dummy:
filters:
branches:
only: v2

0 comments on commit 7728cb4

Please sign in to comment.