fix missing function run in build.py
This commit is contained in:
parent
a4c561649a
commit
2cb39a82b8
1 changed files with 2 additions and 2 deletions
4
build.py
4
build.py
|
@ -1,5 +1,5 @@
|
|||
import os
|
||||
from os import environ
|
||||
from subprocess import run
|
||||
from pybuilder.core import task, init
|
||||
from ddadevops import *
|
||||
|
||||
|
@ -23,7 +23,7 @@ def initialize0(project):
|
|||
@init(environments=["artifacts"])
|
||||
def initialize1(project):
|
||||
"""
|
||||
prompt for gopass if no artifacts need to be uploaded
|
||||
prompt for gopass if artifacts need to be uploaded
|
||||
usage: with option "-E artifacts" , e.g. "pyb -E artifacts dev"
|
||||
"""
|
||||
del os.environ["RELEASE_ARTIFACT_TOKEN"]
|
||||
|
|
Loading…
Reference in a new issue