one more test
This commit is contained in:
parent
f04c3f060b
commit
d1b7df9835
1 changed files with 1 additions and 0 deletions
1
build.py
1
build.py
|
@ -76,6 +76,7 @@ def build(project, release_type):
|
|||
@task
|
||||
def publish_artifacts(project):
|
||||
build = get_devops_build(project)
|
||||
print("one more test")
|
||||
print("RELEASE_ARTIFACT_TOKEN" in environ)
|
||||
print(environ.get("RELEASE_ARTIFACT_TOKEN"))
|
||||
build.publish_artifacts()
|
Loading…
Reference in a new issue