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