Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
List of MorphoCloudWorkflow changes:

```
$ git shortlog a777131..d4e1ccb --no-merges
Jean-Christophe Fillion-Robin (1):
      fix(actions/control-instance): Remove hard-coded instance name for task state check
```

See MorphoCloud/MorphoCloudWorkflow@a777131...d4e1ccb
  • Loading branch information
jcfr committed Sep 28, 2024
1 parent 3a88efe commit c75e50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/control-instance/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ runs:
run: |
source ~/venv/bin/activate
task_state=$(openstack server show instance-30 -f json | \
task_state=$(openstack server show $INSTANCE_NAME -f json | \
jq -r '.["OS-EXT-STS:task_state"]')
echo "task_state [$task_state]"
Expand Down

0 comments on commit c75e50c

Please sign in to comment.