We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c84712 commit ad9ffe3Copy full SHA for ad9ffe3
build-releases
@@ -3,11 +3,9 @@
3
source build/envsetup.sh
4
5
if [[ $HOSTNAME == raphael ]]; then
6
- readonly devices=(comet tokay shiba lynx bluejay)
7
-elif [[ $HOSTNAME = raptor ]]; then
8
- readonly devices=(komodo akita felix cheetah raven)
+ readonly devices=(comet caiman akita shiba tangorpro cheetah bluejay oriole)
9
elif [[ $HOSTNAME = vermeer ]]; then
10
- readonly devices=(caiman husky tangorpro panther oriole)
+ readonly devices=(komodo tokay husky felix lynx panther raven)
11
else
12
echo invalid hostname >&2
13
exit 1
0 commit comments