Automatic Merge
Этот коммит содержится в:
Eli Yukelzon
2019-12-12 16:49:18 +02:00
коммит произвёл mattermod
родитель 6e275d0866
Коммит 4d3f7ae06c

Просмотреть файл

@@ -30,7 +30,7 @@ jobs:
if [ $CURL_FAILED -eq 1 ]
then
npm ci && make build
npm ci && cd node_modules/mattermost-redux && npm install && npm run build && cd ../.. && make build
fi
- persist_to_workspace:
root: ~/go/mattermost