Skip to content

Commit

Permalink
Merge branch 'main' into sanchda/stackv2_thread_limits
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchda authored Jan 30, 2025
2 parents 706c1e4 + af9098c commit 7b3f089
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitlab/prepare-oci-package.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#!/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 7b3f089

Please sign in to comment.