set pythonunbuffered in env
This commit is contained in:
parent
5e65d818b5
commit
f118226fed
@ -9,7 +9,8 @@ trigger:
|
|||||||
steps:
|
steps:
|
||||||
- name: run
|
- name: run
|
||||||
image: joyzoursky/python-chromedriver:3.9-selenium
|
image: joyzoursky/python-chromedriver:3.9-selenium
|
||||||
environment:
|
environment:
|
||||||
|
PYTHONUNBUFFERED: 'true'
|
||||||
SLACK_TOKEN:
|
SLACK_TOKEN:
|
||||||
from_secret: slack_token
|
from_secret: slack_token
|
||||||
SLACK_CHANNEL:
|
SLACK_CHANNEL:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user