From 08b66981837f9f478f78982ccbe19952a111a1ce Mon Sep 17 00:00:00 2001 From: Sam Brenner Date: Thu, 6 Feb 2025 14:19:04 -0500 Subject: [PATCH] remove modified lines --- .gitlab/prepare-oci-package.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitlab/prepare-oci-package.sh b/.gitlab/prepare-oci-package.sh index 7ee7b7d6e77..5958c31e731 100755 --- a/.gitlab/prepare-oci-package.sh +++ b/.gitlab/prepare-oci-package.sh @@ -1,11 +1,6 @@ #!/bin/bash set -eo pipefail -if [ "$OS" != "linux" ]; then - echo "Only linux packages are supported. Exiting" - exit 0 -fi - if [ -n "$CI_COMMIT_TAG" ] && [ -z "$PYTHON_PACKAGE_VERSION" ]; then PYTHON_PACKAGE_VERSION=${CI_COMMIT_TAG##v} fi