Skip to content
Snippets Groups Projects

Resolve "Upgrade light-utils and lib-mime"

Merged Igor Markin requested to merge 3-upgrade-light-utils-and-lib-mime into master
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
+ 3
2
@@ -8,10 +8,11 @@ stages:
install:
stage: install
tags:
tags:
- amd64-docker
script:
- apk add --no-cache git openssh
- npm config set '//registry.npmjs.org/:_authToken' $NPM_TOKEN
- git config --global url."https://gitlab-ci-token:$CI_JOB_TOKEN@code.vereign.com/".insteadOf "git@code.vereign.com:"
- echo '[http "https://code.vereign.com"]' >> $HOME/.gitconfig
- echo " sslVerify = false" >> $HOME/.gitconfig
@@ -27,7 +28,7 @@ install:
test:
stage: test
tags:
tags:
- amd64-docker
dependencies:
- install
Loading