Code Review
/
releng.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
8a97b25
)
Pharos Dashboard: Deploy once config is in place
45/50745/1
author
Trevor Bramwell
<tbramwell@linuxfoundation.org>
Wed, 17 Jan 2018 22:03:04 +0000
(14:03 -0800)
committer
Trevor Bramwell
<tbramwell@linuxfoundation.org>
Wed, 17 Jan 2018 22:04:41 +0000
(14:04 -0800)
Since configuration has shifted out of the docker-compose.yml file and
the workspace gets recreated ever job, the config.env file needs to be
copied into place before each deployment.
JIRA: PHAROS-316
Change-Id: I8c80f1148ad268428defa2f7eb1877d821a11491
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
jjb/pharos/pharos.yml
patch
|
blob
|
history
diff --git
a/jjb/pharos/pharos.yml
b/jjb/pharos/pharos.yml
index
bf42f6e
..
e78d105
100644
(file)
--- a/
jjb/pharos/pharos.yml
+++ b/
jjb/pharos/pharos.yml
@@
-68,6
+68,7
@@
builders:
- shell: |
+ cp $HOME/config.env $WORKSPACE/dashboard
cd $WORKSPACE/dashboard
sudo docker-compose build
sudo docker-compose up -d