Fix artifacts for node steps
This commit is contained in:
parent
aa8bf53257
commit
7f46b39dd5
@ -127,9 +127,6 @@ tests_node:
|
||||
- 'cd ChaosBot/wwwroot'
|
||||
- 'yarn install'
|
||||
- 'yarn lint'
|
||||
artifacts:
|
||||
paths:
|
||||
- ChaosBot/wwwroot/dist/
|
||||
|
||||
release_node:
|
||||
image: node:latest
|
||||
@ -150,7 +147,7 @@ release_node:
|
||||
- 'yarn build'
|
||||
artifacts:
|
||||
paths:
|
||||
- ChaosBot/wwwroot/dist/**
|
||||
- ChaosBot/wwwroot/dist/*
|
||||
|
||||
docker:
|
||||
image: docker:stable
|
||||
|
||||
Loading…
Reference in New Issue
Block a user