Skip to content

Commit 643ce0a

Browse files
committed
github workflow fix
1 parent 5556ef3 commit 643ce0a

8 files changed

Lines changed: 0 additions & 8 deletions

File tree

sdm/src/test/java/integration/com/sap/cds/sdm/utils/cf-subscribe.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ CONFIG_FILE="${SCRIPT_DIR}/../../../../../../../resources/credentials.properties
66

77
# Load key=value pairs from .properties file without shell expansion of values
88
load_props() {
9-
local key val
109
while IFS= read -r line || [[ -n "$line" ]]; do
1110
[[ "$line" =~ ^[[:space:]]*$ || "$line" =~ ^[[:space:]]*# ]] && continue
1211
key="${line%%=*}"

sdm/src/test/java/integration/com/sap/cds/sdm/utils/cf-unsubscribe.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ CONFIG_FILE="${SCRIPT_DIR}/../../../../../../../resources/credentials.properties
66

77
# Load key=value pairs from .properties file without shell expansion of values
88
load_props() {
9-
local key val
109
while IFS= read -r line || [[ -n "$line" ]]; do
1110
[[ "$line" =~ ^[[:space:]]*$ || "$line" =~ ^[[:space:]]*# ]] && continue
1211
key="${line%%=*}"

sdm/src/test/java/integration/com/sap/cds/sdm/utils/create.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ CONFIG_FILE="${SCRIPT_DIR}/../../../../../../../resources/credentials.properties
2020

2121
# Load key=value pairs from .properties file without shell expansion of values
2222
load_props() {
23-
local key val
2423
while IFS= read -r line || [[ -n "$line" ]]; do
2524
[[ "$line" =~ ^[[:space:]]*$ || "$line" =~ ^[[:space:]]*# ]] && continue
2625
key="${line%%=*}"

sdm/src/test/java/integration/com/sap/cds/sdm/utils/delete.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ CONFIG_FILE="${SCRIPT_DIR}/../../../../../../../resources/credentials.properties
2121

2222
# Load key=value pairs from .properties file without shell expansion of values
2323
load_props() {
24-
local key val
2524
while IFS= read -r line || [[ -n "$line" ]]; do
2625
[[ "$line" =~ ^[[:space:]]*$ || "$line" =~ ^[[:space:]]*# ]] && continue
2726
key="${line%%=*}"

sdm/src/test/java/integration/com/sap/cds/sdm/utils/get-metadata.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ CONFIG_FILE="${SCRIPT_DIR}/../../../../../../../resources/credentials.properties
2121

2222
# Load key=value pairs from .properties file without shell expansion of values
2323
load_props() {
24-
local key val
2524
while IFS= read -r line || [[ -n "$line" ]]; do
2625
[[ "$line" =~ ^[[:space:]]*$ || "$line" =~ ^[[:space:]]*# ]] && continue
2726
key="${line%%=*}"

sdm/src/test/java/integration/com/sap/cds/sdm/utils/get-object-id.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ CONFIG_FILE="${SCRIPT_DIR}/../../../../../../../resources/credentials.properties
2525

2626
# Load key=value pairs from .properties file without shell expansion of values
2727
load_props() {
28-
local key val
2928
while IFS= read -r line || [[ -n "$line" ]]; do
3029
[[ "$line" =~ ^[[:space:]]*$ || "$line" =~ ^[[:space:]]*# ]] && continue
3130
key="${line%%=*}"

sdm/src/test/java/integration/com/sap/cds/sdm/utils/read.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ CONFIG_FILE="${SCRIPT_DIR}/../../../../../../../resources/credentials.properties
2020

2121
# Load key=value pairs from .properties file without shell expansion of values
2222
load_props() {
23-
local key val
2423
while IFS= read -r line || [[ -n "$line" ]]; do
2524
[[ "$line" =~ ^[[:space:]]*$ || "$line" =~ ^[[:space:]]*# ]] && continue
2625
key="${line%%=*}"

sdm/src/test/java/integration/com/sap/cds/sdm/utils/sdm-repo-manage.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ CONFIG_FILE="${SCRIPT_DIR}/../../../../../../../resources/credentials.properties
2626

2727
# Load key=value pairs from .properties file
2828
load_props() {
29-
local key val
3029
while IFS= read -r line || [[ -n "$line" ]]; do
3130
[[ "$line" =~ ^[[:space:]]*$ || "$line" =~ ^[[:space:]]*# ]] && continue
3231
key="${line%%=*}"

0 commit comments

Comments
 (0)