mirror of
https://github.com/dokku/dokku.git
synced 2025-12-28 16:06:40 +01:00
14 lines
162 B
YAML
14 lines
162 B
YAML
version: 2.1
|
|
|
|
jobs:
|
|
noop:
|
|
docker:
|
|
- image: cimg/base:2020.01
|
|
steps:
|
|
- run: echo "this is a noop"
|
|
|
|
workflows:
|
|
noop:
|
|
jobs:
|
|
- noop
|