Skip to content

Commit

Permalink
Update permissions hex for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ianpittwood committed Apr 16, 2024
1 parent 96dc28e commit 0e80052
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions product/base/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,25 @@ file:
{{if .Env.OS | regexMatch "ubuntu.*"}}
/opt/positscripts/apt.sh:
exists: true
mode: "0775"
mode: "0755"
{{end}}
{{if .Env.OS | regexMatch "centos.*"}}
/opt/positscripts/yum.sh:
exists: true
mode: "0775"
mode: "0755"
{{end}}
/opt/positscripts/install_drivers.sh:
exists: true
mode: "0775"
mode: "0755"
/opt/positscripts/install_python.sh:
exists: true
mode: "0775"
mode: "0755"
/opt/positscripts/install_quarto.sh:
exists: true
mode: "0775"
mode: "0755"
/opt/positscripts/install_r.sh:
exists: true
mode: "0775"
mode: "0755"
/opt/R/{{.Env.R_VERSION}}/bin/R:
exists: true
/opt/R/{{.Env.R_VERSION_ALT}}/bin/R:
Expand Down

0 comments on commit 0e80052

Please sign in to comment.