From 9aa1abfdea760eaac728a387798dd6ad53d06213 Mon Sep 17 00:00:00 2001 From: Dan Esparza Date: Fri, 26 Aug 2016 13:04:48 -0400 Subject: [PATCH] CI: Updates to get new UI config Accounting for new UI config.js file --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 8f83a09..70c1d76 100644 --- a/circle.yml +++ b/circle.yml @@ -49,7 +49,7 @@ dependencies: # Setup our UI - mkdir -p /tmp/ui/js - mkdir -p /tmp/ui/css - - cd centralconfig-ui; git describe --tags; npm set progress=false; npm install; npm run build; cp css/*.css /tmp/ui/css; cp js/bundle.js /tmp/ui/js; cp js/bootstrap.min.js /tmp/ui/js; cp js/jquery.min.js /tmp/ui/js; cp index.html /tmp/ui + - cd centralconfig-ui; git describe --tags; npm set progress=false; npm install; npm run build; cp css/*.css /tmp/ui/css; cp js/bundle.js /tmp/ui/js; cp js/bootstrap.min.js /tmp/ui/js; cp js/jquery.min.js /tmp/ui/js; cp index.html /tmp/ui; cp config.js /tmp/ui - cp -r /tmp/ui $PROJECT_DIR - ls -l $PROJECT_DIR # Compile the UI static assets into a Go sourcefile (to be compiled)