File tree Expand file tree Collapse file tree
docs/usage/components/os/guides/day-2 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 - ' master'
1111 - ' main'
1212 - ' edge'
13- tags :
14- - ' v[0-9]+.[0-9]+.[0-9]+-dev.*'
15- - ' v[0-9]+.[0-9]+.[0-9]+-beta.*'
16- # We want to advance the dev branch to the latest stable release, too:
17- - ' v[0-9]+.[0-9]+.[0-9]+'
1813
1914jobs :
2015 ff-branch-staging :
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ sidebar_position: 100
11111 . [ Enter the machine's terminal] ( ../day-1/access.md#the-machines-terminal ) .
12122 . Run the following command:
1313 ``` bash
14- forklift pallet upgrade @main
14+ forklift pallet upgrade @edge
1515 ```
16163 . Reboot or soft-reboot the machine, e.g. by running:
1717 ``` bash
@@ -34,7 +34,7 @@ If the above command fails with an error message that you have changes which are
3434
35354 . Run the following command:
3636 ``` bash
37- forklift pallet upgrade --force @main
37+ forklift pallet upgrade --force @edge
3838 ```
3939
4040 ::: warning
You can’t perform that action at this time.
0 commit comments