fix error step directive from script to commands
This commit is contained in:
parent
3069839c0d
commit
129931b283
@ -63,7 +63,7 @@ steps:
|
||||
image: alpine
|
||||
pull: if-not-exists
|
||||
settings:
|
||||
script:
|
||||
commands:
|
||||
- echo "deply to staging"
|
||||
- env
|
||||
when:
|
||||
@ -77,7 +77,7 @@ steps:
|
||||
image: alpine
|
||||
pull: if-not-exists
|
||||
settings:
|
||||
script:
|
||||
commands:
|
||||
- echo "deply to production"
|
||||
- env
|
||||
when:
|
||||
|
Loading…
x
Reference in New Issue
Block a user