Fix artifacts for node steps

This commit is contained in:
Daniel_I_Am 2020-09-29 20:23:44 +02:00
parent aa8bf53257
commit 7f46b39dd5
No known key found for this signature in database
GPG Key ID: 80C428FCC9743E84

View File

@ -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