From 33ed8f1a60a90f13e8159ce0f58680a435073132 Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Wed, 3 Apr 2019 12:13:43 +1030 Subject: ci: Rename defconfig in build.sh openpower_p9_mambo_defconfig is now called opal_defconfig. Signed-off-by: Joel Stanley --- ci/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/build.sh') diff --git a/ci/build.sh b/ci/build.sh index f03b1fb0..988fac0f 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -45,7 +45,7 @@ while getopts ":ab:hp:c:rs:S" opt; do echo "" echo "Example:DOCKER_PREFIX=sudo ./ci/build.sh -a" echo -e "\tDOCKER_PREFIX=sudo ./ci/build.sh -p firestone" - echo -e "\tDOCKER_PREFIX=sudo ./ci/build.sh -p garrison,palmetto,openpower_p9_mambo" + echo -e "\tDOCKER_PREFIX=sudo ./ci/build.sh -p garrison,palmetto,opal" exit 1 ;; r) -- cgit v1.2.1