Skip to content

Commit

Permalink
infra/gcp: mv bash scripts to a dedicated folder
Browse files Browse the repository at this point in the history
Ref: kubernetes#516

Move every bash script used for GCP operations to a separated folder.

Signed-off-by: Arnaud Meukam <[email protected]>
  • Loading branch information
ameukam committed Aug 30, 2021
1 parent 8c5c575 commit 66e1d0d
Show file tree
Hide file tree
Showing 52 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audit/audit-gcp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ set -o pipefail

REPO_ROOT=$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd -P)
readonly REPO_ROOT
. "${REPO_ROOT}/infra/gcp/lib.sh"
. "${REPO_ROOT}/infra/gcp/bash/lib.sh"

#
# config
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 66e1d0d

Please sign in to comment.