File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -226,8 +226,8 @@ jobs:
226226 container : ghcr.io/saltstack/salt-ci-containers/builddocs:latest
227227 env :
228228 BUILD_TYPE : previous
229- DOC_BRANCH : ' v3006.25 '
230- WEBSITE_POINT_RELEASE : ' 3006.25 '
229+ DOC_BRANCH : ' v3006.26 '
230+ WEBSITE_POINT_RELEASE : ' 3006.26 '
231231 WEBSITE_RELEASE : ' 3006'
232232 steps :
233233 - name : Checkout
@@ -268,8 +268,8 @@ jobs:
268268 container : ghcr.io/saltstack/salt-ci-containers/builddocs:latest
269269 env :
270270 BUILD_TYPE : previous
271- DOC_BRANCH : ' v3006.25 '
272- WEBSITE_POINT_RELEASE : ' 3006.25 '
271+ DOC_BRANCH : ' v3006.26 '
272+ WEBSITE_POINT_RELEASE : ' 3006.26 '
273273 WEBSITE_RELEASE : ' 3006'
274274 steps :
275275 - name : Checkout
Original file line number Diff line number Diff line change 66# See https://github.com/saltstack/salt/blob/master/doc/conf.py for more information
77
88export LATEST_RELEASE=' 3008.1'
9- export PREVIOUS_RELEASE=" ${PREVIOUS_RELEASE:- 3006.25 } "
9+ export PREVIOUS_RELEASE=" ${PREVIOUS_RELEASE:- 3006.26 } "
1010export PREVIOUS_RELEASE_DIR=" ${PREVIOUS_RELEASE_DIR:- 3006} "
1111
1212mkdir -p /usr/share/fonts/truetype
You can’t perform that action at this time.
0 commit comments