Skip to content

Commit 60657e8

Browse files
committed
chore(stacks): add check cron
1 parent 2810b3c commit 60657e8

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.drone.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ platform:
77
os: linux
88

99
steps:
10+
- name: check
11+
commands:
12+
- docker run --rm
13+
-e GITHUB_TOKEN=$GITHUB_TOKEN
14+
-v "$(pwd):$(pwd)"
15+
-w "$(pwd)"
16+
drycc/python-dev
17+
python scripts/checker.py
18+
environment:
19+
GITHUB_TOKEN:
20+
from_secret: github_token
21+
when:
22+
event:
23+
- cron
24+
1025
- name: publish
1126
commands:
1227
- CODENAME=bullseye ./build.sh all ${DRONE_TAG}

0 commit comments

Comments
 (0)