X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=bottlenecks.git;a=blobdiff_plain;f=testing-scheduler%2Fdocker%2Fbuild.sh;fp=testing-scheduler%2Fdocker%2Fbuild.sh;h=5ff9dacbb802ab2fefc6e374a0f6b934c64576f2;hp=0000000000000000000000000000000000000000;hb=d07a98da45a684a605669f1c902d9f28f5d21ecf;hpb=ad12a6561be8c67f6da09c38c4e1c0e88eb9a6de diff --git a/testing-scheduler/docker/build.sh b/testing-scheduler/docker/build.sh new file mode 100644 index 00000000..5ff9dacb --- /dev/null +++ b/testing-scheduler/docker/build.sh @@ -0,0 +1,20 @@ +############################################################################## +# Copyright (c) 2018 Huawei Technologies Co.,Ltd and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + +# get the absolute path of this shell file. +basepath=$(cd `dirname $0`; pwd) + +#build conductor +sh $basepath/plugin/build.sh + +#build server +sh $basepath/server/build.sh + +#build ui +sh $basepath/ui/build.sh \ No newline at end of file