Update .gitlab-ci.yml file to fix mismatched tabulation causing bad parent: artifact child of cache
This commit is contained in:
parent
3fabf8f368
commit
f57002f13d
@ -4,7 +4,6 @@ services:
|
|||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
- package
|
|
||||||
- release
|
- release
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
@ -29,7 +28,7 @@ build:
|
|||||||
paths:
|
paths:
|
||||||
- build
|
- build
|
||||||
- .cargo
|
- .cargo
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- target/release/moviequotebot_api
|
- target/release/moviequotebot_api
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user