diff --git a/build.py b/build.py index 711f167..bd5869e 100644 --- a/build.py +++ b/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() \ No newline at end of file