Skip to content

Commit 08b6698

Browse files
committed
remove modified lines
1 parent ad56495 commit 08b6698

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.gitlab/prepare-oci-package.sh

Lines changed: 0 additions & 5 deletions
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)