Fix clone: no-op clone override + step-level auth
This commit is contained in:
parent
d3b8cb1f84
commit
2000ea5403
1 changed files with 6 additions and 1 deletions
|
|
@ -2,7 +2,12 @@ when:
|
|||
- event: push
|
||||
branch: master
|
||||
|
||||
skip_clone: true
|
||||
|
||||
clone:
|
||||
git:
|
||||
image: alpine
|
||||
commands:
|
||||
- "echo clone-placeholder"
|
||||
|
||||
steps:
|
||||
- name: clone
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue