Skip to content

Commit

Permalink
[k8s] - fix: correct path for region-specific config file (#9389)
Browse files Browse the repository at this point in the history
- The script now refers to the right directory `.github/configs/` for loading region-specific YAML configurations.
  • Loading branch information
JulesBelveze authored Dec 16, 2024
1 parent 7366d79 commit 0cfebe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/cloud-build_tmp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ fi
cd "$WORKING_DIR"

# Load region-specific config
CONFIG_FILE=".github/config/${REGION}.yaml"
CONFIG_FILE=".github/configs/${REGION}.yaml"
if [ ! -f "$CONFIG_FILE" ]; then
echo "Error: Config file not found: $CONFIG_FILE"
exit 1
Expand Down

0 comments on commit 0cfebe6

Please sign in to comment.