Skip to content

Commit

Permalink
Fix ScriptLocation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuckal777 committed Dec 2, 2024
1 parent f241688 commit 554d153
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
branches:
- inplace-updates
- inplace-updates-rebased
tags:
- v*
paths-ignore:
Expand Down
3 changes: 3 additions & 0 deletions pkg/gardenlinux/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ var (
)

const (
// ScriptLocation is the location that Gardener configuration scripts end up on Garden Linux
ScriptLocation = "/opt/gardener/bin"

// OSTypeGardenLinux is a constant for the Garden Linux extension OS type.
OSTypeGardenLinux = "gardenlinux"
)

0 comments on commit 554d153

Please sign in to comment.