fix order ci
This commit is contained in:
parent
c23d22d027
commit
e6daa99974
@ -11,9 +11,9 @@ before_script:
|
|||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- cd frontend && npm install && npm run build
|
|
||||||
- cargo build --release --target $CARGO_TARGET
|
- cargo build --release --target $CARGO_TARGET
|
||||||
- strip target/$CARGO_TARGET/release/rot
|
- strip target/$CARGO_TARGET/release/rot
|
||||||
|
- cd frontend && npm install && npm run build
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- target/$CARGO_TARGET/release/rot
|
- target/$CARGO_TARGET/release/rot
|
||||||
|
Loading…
Reference in New Issue
Block a user