Fix artifact list for node steps #patch

This commit is contained in:
Daniel_I_Am 2020-09-29 20:23:53 +02:00
commit 3ec3b55c8b
No known key found for this signature in database
GPG Key ID: 80C428FCC9743E84

View File

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