Skip to content

Commit 8097c49

Browse files
committed
fix stale task
1 parent 4a983fb commit 8097c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mlflow-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
207207
# Get license ID using the task - capture only the last line of output
208208
echo "Getting license ID..."
209-
INSTALLATION_ID=$(CUSTOMER_NAME="$CUSTOMER_NAME" task customer:get-license-id | tail -n 1)
209+
INSTALLATION_ID=$(CUSTOMER_NAME="$CUSTOMER_NAME" task license:get-id | tail -n 1)
210210
211211
# Check if we got a result
212212
if [ -z "$INSTALLATION_ID" ]; then

0 commit comments

Comments
 (0)