init
This commit is contained in:
parent
e956a58c8c
commit
1972ce30fb
@ -26,6 +26,14 @@ spec:
|
||||
description: Build context path (relative to subdirectory)
|
||||
type: string
|
||||
default: .
|
||||
- name: PYPI_USERNAME
|
||||
description: Build context path (relative to subdirectory)
|
||||
type: string
|
||||
default: "gitops-bot"
|
||||
- name: PYPI_PASSWORD
|
||||
description: Build context path (relative to subdirectory)
|
||||
type: string
|
||||
default: "qwer5795QWER"
|
||||
|
||||
workspaces:
|
||||
- name: source
|
||||
@ -106,6 +114,6 @@ spec:
|
||||
- --reproducible
|
||||
- --verbosity=info
|
||||
- --build-arg
|
||||
- PYPI_USERNAME=$(results.PYPI_USERNAME)
|
||||
- PYPI_USERNAME=$(params.PYPI_USERNAME)
|
||||
- --build-arg
|
||||
- PYPI_PASSWORD=$(results.PYPI_PASSWORD)
|
||||
- PYPI_PASSWORD=$(params.PYPI_PASSWORD)
|
||||
|
Loading…
x
Reference in New Issue
Block a user