demo-python.git | .dsci/job1/tasks/one/ | task.py
import os; print("hello world!!!") c = config() print("sha: ",c["DSCI_COMMIT"]) update_state({ "message" : "hello!"}) #print("secret: ",os.environ['secret']);