File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ group:
1212package :
1313 rstudio-pm :
1414 installed : true
15+ {{ $apt_package_list_path := printf "/tmp/version/deps/%s-%s_packages.txt" (toLower .Env.IMAGE_OS_NAME) .Env.IMAGE_OS_VERSION }}
16+ {{ $apt_package_list := readFile $apt_package_list_path | splitList "\n" }}
17+ {{- range $apt_package_list }}
18+ {{ . }}:
19+ installed : true
20+ {{ end }}
1521
1622process :
1723 rstudio-pm :
Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ group:
1212package :
1313 rstudio-pm :
1414 installed : true
15+ {{ $apt_package_list_path := printf "/tmp/version/deps/%s-%s_packages.txt" (toLower .Env.IMAGE_OS_NAME) .Env.IMAGE_OS_VERSION }}
16+ {{ $apt_package_list := readFile $apt_package_list_path | splitList "\n" }}
17+ {{- range $apt_package_list }}
18+ {{ . }}:
19+ installed : true
20+ {{ end }}
1521
1622process :
1723 rstudio-pm :
Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ group:
1212package :
1313 rstudio-pm :
1414 installed : true
15+ {{ $apt_package_list_path := printf "/tmp/version/deps/%s-%s_packages.txt" (toLower .Env.IMAGE_OS_NAME) .Env.IMAGE_OS_VERSION }}
16+ {{ $apt_package_list := readFile $apt_package_list_path | splitList "\n" }}
17+ {{- range $apt_package_list }}
18+ {{ . }}:
19+ installed : true
20+ {{ end }}
1521
1622process :
1723 rstudio-pm :
Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ group:
1212package :
1313 rstudio-pm :
1414 installed : true
15+ {{ $apt_package_list_path := printf "/tmp/version/deps/%s-%s_packages.txt" (toLower .Env.IMAGE_OS_NAME) .Env.IMAGE_OS_VERSION }}
16+ {{ $apt_package_list := readFile $apt_package_list_path | splitList "\n" }}
17+ {{- range $apt_package_list }}
18+ {{ . }}:
19+ installed : true
20+ {{ end }}
1521
1622process :
1723 rstudio-pm :
Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ group:
1212package :
1313 rstudio-pm :
1414 installed : true
15+ {{ $apt_package_list_path := printf "/tmp/version/deps/%s-%s_packages.txt" (toLower .Env.IMAGE_OS_NAME) .Env.IMAGE_OS_VERSION }}
16+ {{ $apt_package_list := readFile $apt_package_list_path | splitList "\n" }}
17+ {{- range $apt_package_list }}
18+ {{ . }}:
19+ installed : true
20+ {{ end }}
1521
1622process :
1723 rstudio-pm :
You can’t perform that action at this time.
0 commit comments