mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
fix: ci issue
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
set -e
|
||||
|
||||
# Get version from first argument
|
||||
version="${1}"
|
||||
version="${1:-3.12}"
|
||||
|
||||
# Check if version is provided
|
||||
if [ -z "$version" ]; then
|
||||
|
||||
Reference in New Issue
Block a user