Skip to content

Commit

Permalink
fix: fix CI jobs (#923)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricolin committed Feb 1, 2024
1 parent 337f927 commit 36b8275
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/image-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
with:
cache: poetry

- name: Install dependencies
run: ansible-galaxy install -r molecule/image-manifest/requirements.yml

- name: Install dependencies
run: poetry install --no-interaction --with dev

Expand Down
1 change: 1 addition & 0 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
MD007: false
MD013: false
MD046: false
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ images:
BUILD ./images/ovn+images
BUILD ./images/placement+image
BUILD ./images/senlin+image
BUILD ./images/staffln+image
BUILD ./images/staffeln+image
BUILD ./images/tempest+image

SCAN_IMAGE:
Expand Down
2 changes: 2 additions & 0 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Summary

- Deployment
- [Quick start](deploy/quick-start.md)
- [Production](deploy/production.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/openstack/cinder.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Cinder
# Cinder (Block Storage Service)

## Built-in Ceph cluster

Expand Down

0 comments on commit 36b8275

Please sign in to comment.