forked from joseph/gitea_CICD
add FE env
This commit is contained in:
parent
6f85d0aa48
commit
a298ecfa89
File diff suppressed because it is too large
Load Diff
|
|
@ -50,7 +50,7 @@ else
|
||||||
echo "$result" &&
|
echo "$result" &&
|
||||||
output=$(echo "$result" | grep "|" | awk -F "|" '{gsub(/ /, "", $1); print $1}') &&
|
output=$(echo "$result" | grep "|" | awk -F "|" '{gsub(/ /, "", $1); print $1}') &&
|
||||||
while IFS= read -r line; do
|
while IFS= read -r line; do
|
||||||
if [[ $line != "" && $(find "$project" | grep "$line" | grep -q "$fe"; echo $?) -eq 0 ]]; then
|
if [[ $line != "" && $(find "$project" | grep "$line" | grep -q "$FE_PROJECT_PATH"; echo $?) -eq 0 ]]; then
|
||||||
echo "$line ton tai" &&
|
echo "$line ton tai" &&
|
||||||
check="true"
|
check="true"
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue