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:
|
||||
- build
|
||||
- package
|
||||
- release
|
||||
- deploy
|
||||
|
||||
@ -29,7 +28,7 @@ build:
|
||||
paths:
|
||||
- build
|
||||
- .cargo
|
||||
artifacts:
|
||||
artifacts:
|
||||
paths:
|
||||
- target/release/moviequotebot_api
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user