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