config.yml 214 B

1234567891011
  1. # Dummy CircleCI Config File
  2. version: 2
  3. jobs:
  4. build:
  5. machine: true
  6. branches:
  7. ignore: stable-1.2
  8. steps:
  9. - run:
  10. name: Dummy
  11. command: echo "Dummy command to prevent error"