Skip to content

Commit

Permalink
add dummy config.yml to pass pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Meret Behrens <meret.behrens@tngtech.com>
  • Loading branch information
meretp committed Jan 10, 2023
1 parent 7f3cd5e commit d2bd930
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .circleci/config.yml
@@ -0,0 +1,15 @@
# Dummy Circle CI configuration file to make pipeline pass

version: 2.1

jobs:
dummy-job:
docker:
- image: python:3.11
steps:
- run: echo "This is a dummy job"

workflows:
dummy-workflow:
jobs:
- dummy-job

0 comments on commit d2bd930

Please sign in to comment.