mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-23 07:19:50 -04:00
another attempt at the ci
This commit is contained in:
parent
c4e30a66cb
commit
6d29ab2ae2
@ -2,9 +2,6 @@ stages:
|
|||||||
- report
|
- report
|
||||||
- build
|
- build
|
||||||
|
|
||||||
include:
|
|
||||||
- local: .gitlab/ci/docker.gitlab-ci.yml
|
|
||||||
|
|
||||||
report:
|
report:
|
||||||
stage: report
|
stage: report
|
||||||
image: node:14.5.0
|
image: node:14.5.0
|
||||||
@ -22,10 +19,6 @@ build:
|
|||||||
image: node:14.5.0
|
image: node:14.5.0
|
||||||
variables:
|
variables:
|
||||||
NODE_OPTIONS: "--max_old_space_size=2048"
|
NODE_OPTIONS: "--max_old_space_size=2048"
|
||||||
before_script:
|
|
||||||
- export CI_JOB_TIMESTAMP="$(date -Iseconds)"
|
|
||||||
- export VERSION="$(cat VERSION)"
|
|
||||||
- ./.gitlab/ci/scripts/about.sh "$VERSION" "$CI_JOB_TIMESTAMP" "$CI_COMMIT_SHA" > ./src/about.json
|
|
||||||
script:
|
script:
|
||||||
- npm ci
|
- npm ci
|
||||||
- npm run-script lint
|
- npm run-script lint
|
||||||
|
Loading…
x
Reference in New Issue
Block a user