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 78cc5b2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .circleci/config.yml
@@ -0,0 +1,15 @@
# Empty Circle CI configuration file to make pipeline pass

version: 2.1

jobs:
empty-job:
docker:
- image: python:3.11
steps:
- run: echo "Empty Job to make CircleCI green, we switched to https://github.com/spdx/tools-python/actions"

workflows:
simple-workflow:
jobs:
- empty-job

0 comments on commit 78cc5b2

Please sign in to comment.