Skip to content

Commit

Permalink
build: refactor ci scripts locations
Browse files Browse the repository at this point in the history
  • Loading branch information
nickytd committed Jan 17, 2025
1 parent f8edeaf commit 8f21303
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 5 deletions.
6 changes: 5 additions & 1 deletion .ci/component_descriptor
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#!/usr/bin/env bash
# SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and Gardener contributors
#
# SPDX-License-Identifier: Apache-2.0

"$(dirname $0)"/../hack/.ci/component_descriptor "$(dirname $0)"/..
COMPONENT_PREFIXES="europe-docker.pkg.dev/gardener-project/releases/gardener" \
"$(dirname $0)"/hack/component_descriptor "$(dirname $0)"/..
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion .ci/pipeline_definitions
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ oidc-apps-controller:
We use gosec for sast scanning, see attached log.
steps:
verify:
image: 'golang:1.23.4'
image: 'golang:1.23.5'
traits:
version:
preprocess: "inject-commit-hash"
Expand Down
6 changes: 5 additions & 1 deletion .ci/prepare_release
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#!/usr/bin/env bash
# SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and Gardener contributors
#
# SPDX-License-Identifier: Apache-2.0

set -x
"$(dirname $0)"/../hack/.ci/prepare_release "$(dirname $0)"/.. github.com/gardener oidc-apps-controller
"$(dirname $0)"/hack/prepare_release "$(dirname $0)"/.. github.com/gardener oidc-apps-controller
6 changes: 4 additions & 2 deletions .ci/set_dependency_version
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env bash

"$(dirname $0)"/../hack/.ci/set_dependency_version
# SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and Gardener contributors
#
# SPDX-License-Identifier: Apache-2.0
"$(dirname $0)"/hack/.ci/set_dependency_version
3 changes: 3 additions & 0 deletions .ci/verify
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/bash
# SPDX-FileCopyrightText: 2022 SAP SE or an SAP affiliate company and Gardener contributors
#
# SPDX-License-Identifier: Apache-2.0

set -o errexit
set -o nounset
Expand Down

0 comments on commit 8f21303

Please sign in to comment.