Skip to content

Commit 3a92706

Browse files
authored
Architecture roadmap (#15)
* switch to architecture-roadmap branch in openadstack * remove second update step
1 parent add4e10 commit 3a92706

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

.github/workflows/sphinx.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
openadstack_ref:
1212
description: 'openadstack branch to check out for its submodule (blank = the branch tracked in .gitmodules)'
1313
type: string
14-
default: ''
14+
default: 'architecture-roadmap'
1515
openadsim_ref:
1616
description: 'openadsim branch to check out for its submodule (blank = the branch tracked in .gitmodules)'
1717
type: string
@@ -66,14 +66,6 @@ jobs:
6666
fi
6767
git submodule update --init --recursive
6868
69-
- name: Ensure submodules are up to date
70-
run: |
71-
# Advance the top-level submodules to the tip of their tracked branches (set in .gitmodules) so the
72-
# docs are built against current openadstack/openadsim content.
73-
git submodule update --remote
74-
# Re-check out openadsim's nested submodule at the commit pinned by its now-updated tree.
75-
git -C docs/openadsim/openadsim submodule update --init --recursive
76-
7769
- name: Inject calculated disk sizes into docs
7870
run: |
7971
bash -c "export COMPOSE_PROFILES=demo-basic && docs/assets/inject_disk_sizes.sh docs/openadstack/openadstack/demo/docker-compose.yml docs/start/start.md DISK_SIZE_OPENADSTACK"

0 commit comments

Comments
 (0)