I’m facing issues while migrating CircleCi 1.0 to CircleCI 2.0. I have created circle.yml which is working perfectly for CircleCI 1.0. Can some body help me to create .circleci/config.yml for Circle CI 2.0.
Thanks in advance
My circle.yml file:
test:
override:
- ant -f builds/build.xml -lib build/lib/ deploy:
timeout: 600
general:
branches:
only:
- master # list of branches to build