ci: trying to get build to run
This commit is contained in:
parent
1b930dac7f
commit
8ab1fcfe05
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,5 @@
|
|||
image: dmoonfire/mfgames-writing-js:1.1.1
|
||||
|
||||
variables:
|
||||
GIT_DEPTH: "20"
|
||||
|
||||
stages:
|
||||
- publish
|
||||
|
||||
|
@ -15,6 +12,7 @@ publish:
|
|||
- npm ci
|
||||
|
||||
# Verify that the commits are good.
|
||||
- git fetch origin master
|
||||
- npx commitlint --from=master to=CI_BUILD_REF_NAME
|
||||
|
||||
# Corda is a non-free font that we use for the books. It was
|
||||
|
|
Loading…
Reference in a new issue