We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a983fb commit 8097c49Copy full SHA for 8097c49
.github/workflows/mlflow-ci.yml
@@ -206,7 +206,7 @@ jobs:
206
207
# Get license ID using the task - capture only the last line of output
208
echo "Getting license ID..."
209
- INSTALLATION_ID=$(CUSTOMER_NAME="$CUSTOMER_NAME" task customer:get-license-id | tail -n 1)
+ INSTALLATION_ID=$(CUSTOMER_NAME="$CUSTOMER_NAME" task license:get-id | tail -n 1)
210
211
# Check if we got a result
212
if [ -z "$INSTALLATION_ID" ]; then
0 commit comments