node_dns_changer
Version:
A simple NodeJS DNS changer
21 lines (17 loc) • 324 B
YAML
image: node:10.16.1-stretch
include:
template: Dependency-Scanning.gitlab-ci.yml
stages:
- test
- publish
test:
stage: test
script:
- echo "No tests available"
publish:
stage: publish
script:
- echo "//registry.npmjs.org/:_authToken=$NPME_AUTH_TOKEN" > ~/.npmrc
- npm publish
only:
- tags