Namespace parameter usage
This commit is contained in:
Родитель
894f969f82
Коммит
3cfe1ff4c5
|
@ -35,7 +35,7 @@ jobs:
|
|||
|
||||
- run:
|
||||
name: Build
|
||||
command: docker build -t mozilla/ci-base-<< imageName >> << imageName >>/
|
||||
command: docker build -t mozilla/ci-base-<< parameters.imageName >> << parameters.imageName >>/
|
||||
|
||||
deploy-image:
|
||||
parameters:
|
||||
|
@ -49,7 +49,7 @@ jobs:
|
|||
steps:
|
||||
- run:
|
||||
name: Dummy Deploy
|
||||
command: echo TODO implement deployment of << imageName >>
|
||||
command: echo TODO implement deployment of << parameters.imageName >>
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
|
|
Загрузка…
Ссылка в новой задаче