-
Notifications
You must be signed in to change notification settings - Fork 58
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
In the following publish CI run we were waiting for version 0.5.0 and it was eventually published but the script still was waiting for 0.5.0 to appear.
Run bash ./.github/workflows/wait-for-akd-publish.sh
bash ./.github/workflows/wait-for-akd-publish.sh
shell: /usr/bin/bash -e {0}
AKD expected version in AKD_MYSQL: "0.5.0" "0.5.0"
AKD published versions: "0.1.0" "0.2.0" "0.3.0" "0.3.1" "0.3.2" "0.3.3" "0.3.4" "0.3.5" "0.3.6" "0.3.7" "0.3.7-beta.0" "0.3.7-beta.1" "0.3.8" "0.4.0"
Expected version has not been published. Retrying after a wait.
...
...
AKD published versions: "0.1.0" "0.2.0" "0.3.0" "0.3.1" "0.3.2" "0.3.3" "0.3.4" "0.3.5" "0.3.6" "0.3.7" "0.3.7-beta.0" "0.3.7-beta.1" "0.3.8" "0.4.0" "0.5.0"
Expected version has not been published. Retrying after a wait.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working