Skip to content

Commit d162de8

Browse files
committed
Revert "chore(ci): skip non-linux OCI package creation (#12036)"
This reverts commit 3346ccf.
1 parent f573140 commit d162de8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.gitlab/prepare-oci-package.sh

-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
#!/bin/bash
22
set -eo pipefail
33

4-
if [ "$OS" != "linux" ]; then
5-
echo "Only linux packages are supported. Exiting"
6-
exit 0
7-
fi
8-
94
if [ -n "$CI_COMMIT_TAG" ] && [ -z "$PYTHON_PACKAGE_VERSION" ]; then
105
PYTHON_PACKAGE_VERSION=${CI_COMMIT_TAG##v}
116
fi

0 commit comments

Comments
 (0)