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

typescript build

parent 6f4fc23b
No related branches found
No related tags found
No related merge requests found
before_script:
- npm -g config set user root
- npm install -g jfrog-cli-go
cache:
paths:
- node_modules/
build:
stage: build
artifacts:
untracked: true
expire_in: 1 day
tags:
- docker
image: $ACR_URL/node:14
script:
- jfrog rt c import $ARTIFACTORY_CI_CONFIGURATION
- jfrog rt use $ACR_SERVER_ID
- jfrog rt ping
- jfrog rt npm-install
- jfrog rt npm-run-build --build-name=$CI_PROJECT_NAME --build-number=$CI_JOB_ID
only:
- tags
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment