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