ci: fix checkout step
This commit is contained in:
parent
409e3ba2c1
commit
40e5e1e7aa
@ -42,7 +42,6 @@ jobs:
|
|||||||
deploy-namespace:
|
deploy-namespace:
|
||||||
type: string
|
type: string
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
|
||||||
- run:
|
- run:
|
||||||
name: kubectl apply
|
name: kubectl apply
|
||||||
command: |
|
command: |
|
||||||
@ -70,6 +69,7 @@ jobs:
|
|||||||
docker-tag:
|
docker-tag:
|
||||||
type: string
|
type: string
|
||||||
steps:
|
steps:
|
||||||
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: Build Docker image
|
name: Build Docker image
|
||||||
command: |
|
command: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user