mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Fixing travis
This commit is contained in:
5
Makefile
5
Makefile
@@ -42,6 +42,7 @@ dist: | build-server build-client go-test package
|
||||
dist-local: | start-docker dist
|
||||
|
||||
dist-travis: | travis-init build-container
|
||||
mv $(DIST_PATH)/config/config.json.bak $(DIST_PATH)/config/config.json;
|
||||
|
||||
start-docker:
|
||||
@echo Starting docker containers
|
||||
@@ -147,10 +148,6 @@ package:
|
||||
sed -i'.bak' 's|libs.min.js|libs-$(BUILD_NUMBER).min.js|g' $(DIST_PATH)/web/templates/head.html
|
||||
rm $(DIST_PATH)/web/templates/*.bak
|
||||
|
||||
if [ "$(TRAVIS_DB)" != "" ]; then \
|
||||
mv $(DIST_PATH)/config/config.json.bak $(DIST_PATH)/config/config.json; \
|
||||
fi
|
||||
|
||||
tar -C dist -czf $(DIST_PATH).tar.gz mattermost
|
||||
|
||||
build-client:
|
||||
|
||||
Reference in New Issue
Block a user