Skip to content
Snippets Groups Projects
Commit cea2cb00 authored by Eskudero Gurrutxaga, Ibon's avatar Eskudero Gurrutxaga, Ibon
Browse files

setting git work. Try to store necessary git files from previus jobs

parent 2aa4c994
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,9 @@ artifactory:
#needed to restore the artifats from the build stage
dependencies:
- build
# avoid restoring git repository. We assume that the build process stores dist, package.json & .npmignore files
variables:
GIT_STRATEGY: none
script:
# connect job from artifactory_connect.yml
- !reference [.connect, script]
......
......@@ -8,6 +8,12 @@ build:
artifacts:
untracked: true
expire_in: 1 day
paths:
- node_modules/
- .npmignore
- package.json
- package-lock.json
- dist/
script:
# connect job from artifactory_connect.yml
- !reference [.connect, script]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment