Prepare backporting K8s security containers
[releng.git] / jjb / kvmfornfv / kvmfornfv-build.sh
1 #!/bin/bash
2 # SPDX-license-identifier: Apache-2.0
3 ##############################################################################
4 # Copyright (c) 2016 Ericsson AB and others.
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Apache License, Version 2.0
7 # which accompanies this distribution, and is available at
8 # http://www.apache.org/licenses/LICENSE-2.0
9 ##############################################################################
10 # build output directory
11 OUTPUT_DIR=$WORKSPACE/build_output
12 mkdir -p $OUTPUT_DIR
13
14 # start the build
15 cd $WORKSPACE
16 ./ci/build.sh $OUTPUT_DIR