Skip to content

Commit

Permalink
remove modified lines
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrenner committed Feb 6, 2025
1 parent ad56495 commit 08b6698
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .gitlab/prepare-oci-package.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 08b6698

Please sign in to comment.