]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-container: set PRERELEASE env var 2196/head
authorGuillaume Abrioux <gabrioux@ibm.com>
Wed, 14 Feb 2024 00:21:25 +0000 (01:21 +0100)
committerGuillaume Abrioux <gabrioux@ibm.com>
Wed, 14 Feb 2024 00:21:25 +0000 (01:21 +0100)
otherwise, the build-ceph-base.sh script complains because this
variable has no default value.

Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
ceph-container-build-ceph-base-push-imgs-arm64/build/build
ceph-container-build-ceph-base-push-imgs/build/build

index 5b61e005fcf5e2643f2e0518ecc1b60c4736679f..836314ffc207cb9c34392b73dff48a63223de7b1 100644 (file)
@@ -5,6 +5,7 @@ set -e
 sudo apt-get install jq -y
 
 cd "$WORKSPACE"/ceph-container/ || exit
+export PRERELEASE=false
 ARCH=aarch64 bash -x contrib/build-ceph-base.sh
 
 echo "Now running manifest script"
index 2f4e591ba6c584b823a04aeddc99ddfc4bcec49f..acc0f22cf1a1d077b9093209eaf28f7f246da080 100644 (file)
@@ -5,6 +5,7 @@ set -e
 sudo apt-get install jq -y
 
 cd "$WORKSPACE"/ceph-container/ || exit
+export PRERELEASE=false
 ARCH=x86_64 bash -x contrib/build-ceph-base.sh
 
 echo "Now running manifest script"