File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,13 @@ case "$kernel" in
1313 ;;
1414* " azure" * ) # github action
1515 export CI=true
16- sudo apt-get update
17- sudo apt-get install -y yq
1816 if [[ $DEV_WORKSPACE != " " ]]; then
1917 base_install " devcontainer"
2018 else
2119 base_install " ubuntu"
2220 fi
2321 ;;
2422* " generic" * )
25- sudo apt-get update
26- sudo apt-get install -y yq
2723 if [[ $DEV_WORKSPACE != " " ]]; then
2824 base_install " devcontainer"
2925 else
@@ -36,8 +32,6 @@ case "$kernel" in
3632 ;;
3733* )
3834 if [[ $DEV_WORKSPACE != " " ]]; then
39- sudo apt-get update
40- sudo apt-get install -y yq
4135 base_install " devcontainer"
4236 else
4337 echo \
Original file line number Diff line number Diff line change @@ -113,3 +113,4 @@ collect_yaml_lists() {
113113 fi
114114}
115115
116+
You can’t perform that action at this time.
0 commit comments