From 0ad25427422fc889d901e0a92b0e8e1231001607 Mon Sep 17 00:00:00 2001 From: Niggl Date: Fri, 30 Oct 2020 23:27:19 +0100 Subject: [PATCH] Removed old gitlab ci related stuff --- old.gitlab-ci.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 old.gitlab-ci.yml diff --git a/old.gitlab-ci.yml b/old.gitlab-ci.yml deleted file mode 100644 index 3256e50..0000000 --- a/old.gitlab-ci.yml +++ /dev/null @@ -1,24 +0,0 @@ -image: node:14 - -stages: - - publish - -# Install the dependencies -before_script: - - npm install - -cache: - paths: - - node_modules/ - -# Build the image and publish it to the npmjs registry. -publish: - stage: publish - only: - - tags - - triggers - script: - - npm version from-git - - npm run build - - echo '//registry.npmjs.org/:_authToken=$NPM_TOKEN'>.npmrc - - npm publish --access public \ No newline at end of file