Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardopinosio committed Mar 21, 2024
1 parent 7e5ca25 commit f9d091d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions hugot_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ func TestMain(m *testing.M) {
}
err = os.MkdirAll("./models", os.ModePerm)
if err != nil {
fmt.Println(os.Getwd())
panic(err)
}
downloadOptions := NewDownloadOptions()
Expand Down
1 change: 1 addition & 0 deletions scripts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ fi

echo "$1 running with user: $user_name"
chown "$user_name:$user_name" "$1" && chmod +x "$1"
ls -la /build
exec runuser -u $user_name -- "$1" "${arguments[@]}"

0 comments on commit f9d091d

Please sign in to comment.