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