Skip to content
Snippets Groups Projects
Commit f90ec4a9 authored by Lopez de Guereña Caballero, Jon's avatar Lopez de Guereña Caballero, Jon
Browse files

Update gitlab-ci.yml

parent 23830c51
No related branches found
No related tags found
No related merge requests found
image: $ACR_URL/node:12 include:
before_script: - remote: 'https://git.code.tecnalia.com/digicon-webxr-store/ci-files/-/raw/master/npm-packages/gitlab-ci.yml'
- npm -g config set user root
- npm install -g jfrog-cli-go
cache:
paths:
- node_modules/
job:
tags:
- docker
script:
- jfrog rt c import $ARTIFACTORY_CI_CONFIGURATION
- jfrog rt use TRIArtifact
- jfrog rt ping
- jfrog rt npm-install --build-name=$CI_PROJECT_NAME --build-number=$CI_JOB_ID
- jfrog rt npm-publish --build-name=$CI_PROJECT_NAME --build-number=$CI_JOB_ID
- jfrog rt bce $CI_PROJECT_NAME $CI_JOB_ID
- jfrog rt bp $CI_PROJECT_NAME $CI_JOB_ID
only:
- tags
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment