Commit 2d24a26a authored by mercury233's avatar mercury233

test gitlab ci

parent b1005141
Pipeline #16743 failed with stages
in 48 seconds
stages: stages:
- prepare
- build - build
- deploy - deploy
variables: variables:
GIT_DEPTH: "1" GIT_DEPTH: "1"
mat_sqlite:
stage: prepare
tags:
- linux
script:
- apt update
- apt -y install sqlite3
make_db: make_db:
stage: build stage: build
tags: tags:
- linux - linux
dependencies:
- mat_sqlite
script: script:
- apt update
- apt -y install sqlite3
- sqlite3 pack.db < pack.db.sql - sqlite3 pack.db < pack.db.sql
artifacts: artifacts:
paths: 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