Commit 2d24a26a authored by mercury233's avatar mercury233

test gitlab ci

parent b1005141
Pipeline #16743 failed with stages
in 48 seconds
stages:
- prepare
- build
- deploy
variables:
GIT_DEPTH: "1"
mat_sqlite:
stage: prepare
tags:
- linux
script:
- apt update
- apt -y install sqlite3
make_db:
stage: build
tags:
- linux
dependencies:
- mat_sqlite
script:
- apt update
- apt -y install sqlite3
- sqlite3 pack.db < pack.db.sql
artifacts:
paths:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment