autolevel.js

Automatically use the right abstract-leveldown module for your configuration
git clone git://git.finwo.net/lib/autolevel.js
Log | Files | Refs | README | LICENSE

commit da6c3e14a2356db1bce7d9e14aa8901c9d3cbbb6
parent ee0196a6453dbd71c89644fd83a9375e109130a6
Author: finwo <finwo@pm.me>
Date:   Wed, 14 Nov 2018 14:50:54 +0100

Be stable ffs

Diffstat:
M.gitlab-ci.yml | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -9,6 +9,7 @@ stages: - deploy tests: + retry: 2 stage: test script: - git submodule update --init --recursive @@ -17,6 +18,7 @@ tests: - npm test deploy: + retry: 2 stage: deploy script: - echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc