Victor Morales | 959dcf5 | 2018-10-15 16:41:46 -0700 | [diff] [blame] | 1 | #!/bin/bash |
| 2 | # SPDX-license-identifier: Apache-2.0 |
| 3 | ############################################################################## |
| 4 | # Copyright (c) 2018 Intel Corporation |
| 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 | |
| 11 | set -o xtrace |
| 12 | |
| 13 | echo '============== CALLING SCRIPT TO BUILD DOCKER IMAGES =================' |
| 14 | cd ./deployments |
| 15 | ./build.sh |