Skip to content

Commit

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

```
$ git shortlog 8f643b3..c6514e1 --no-merges
Jean-Christophe Fillion-Robin (1):
      fix(cloud-config): Update to MorphoCloud/exosphere@22ca67a82
```

See MorphoCloud/MorphoCloudWorkflow@8f643b3...c6514e1
  • Loading branch information
jcfr committed Sep 23, 2024
1 parent c3b7f98 commit 66b9d75
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 20 deletions.
11 changes: 0 additions & 11 deletions .github/actions/control-instance/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,14 +236,3 @@ runs:
`${{ inputs.command_name }}` command successfully applied to **${{ steps.define.outputs.instance_name }}** instance.
See details at https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
- name: Update Request Status Label
if: ${{ always() }}
uses: ./.github/actions/update-request-status-label
with:
os_cloud: ${{ inputs.os_cloud }}
token: ${{ inputs.token }}
issue_number: ${{ inputs.issue_number }}
instance_name: ${{ steps.define.outputs.instance_name }}
instance_status:
${{ inputs.command_name == 'delete' && 'DELETED' || '' }}
8 changes: 0 additions & 8 deletions .github/workflows/create-instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -420,14 +420,6 @@ jobs:
See details at https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
- name: Update Request Status Label
uses: ./.github/actions/update-request-status-label
with:
os_cloud: ${{ vars.MORPHOCLOUD_OS_CLOUD }}
token: ${{ secrets.GITHUB_TOKEN }}
instance_name: ${{ steps.define.outputs.instance_name }}
issue_number: ${{ github.event.issue.number }}

- name: comment (progress)
uses: ./.github/actions/comment-progress
with:
Expand Down
2 changes: 1 addition & 1 deletion cloud-config
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ runcmd:
# --checkout "{instance-config-mgt-repo-checkout}"
# -e "{ansible-extra-vars}"
rm -rf /opt/instance-config-mgt
exosphere_sha="80d1836fc7d3f19c5942c7671839c76f2b4f0449" # morpho-cloud-portal-2024.07.17-78a7e2d93
exosphere_sha="22ca67a8275d40654e078e71e50f9c5f666dc2e1" # morpho-cloud-portal-2024.07.17-78a7e2d93
ansible-pull \
--url "https://github.com/MorphoCloud/exosphere.git" \
--checkout "$exosphere_sha" \
Expand Down

0 comments on commit 66b9d75

Please sign in to comment.