Workflow
This commit is contained in:
parent
fa82c67091
commit
63fa4b9658
14
.github/workflows/move-to-main-repo.yaml
vendored
14
.github/workflows/move-to-main-repo.yaml
vendored
@ -64,23 +64,17 @@ jobs:
|
|||||||
json_file="frontend/public/json/${script_name}.json"
|
json_file="frontend/public/json/${script_name}.json"
|
||||||
|
|
||||||
|
|
||||||
if [[ -f "$ct_file" ]]; then
|
if [[ ! -f "$ct_file" ]]; then
|
||||||
|
|
||||||
else
|
|
||||||
echo "ct file not found."
|
echo "ct file not found."
|
||||||
echo "files_found=false" >> $GITHUB_OUTPUT
|
echo "files_found=false" >> $GITHUB_OUTPUT
|
||||||
echo "missing=$ct_file" >> $GITHUB_OUTPUT
|
echo "missing=$ct_file" >> $GITHUB_OUTPUT
|
||||||
fi
|
fi
|
||||||
if [[ -f "$install_file" ]]; then
|
if [[ ! -f "$install_file" ]]; then
|
||||||
|
echo "install file not found."
|
||||||
else
|
|
||||||
echo "install file not found."
|
|
||||||
echo "files_found=false" >> $GITHUB_OUTPUT
|
echo "files_found=false" >> $GITHUB_OUTPUT
|
||||||
echo "missing=$install_file" >> $GITHUB_OUTPUT
|
echo "missing=$install_file" >> $GITHUB_OUTPUT
|
||||||
fi
|
fi
|
||||||
if [[ -f "$json_file" ]]; then
|
if [[ ! -f "$json_file" ]]; then
|
||||||
|
|
||||||
else
|
|
||||||
echo "json file not found."
|
echo "json file not found."
|
||||||
echo "files_found=false" >> $GITHUB_OUTPUT
|
echo "files_found=false" >> $GITHUB_OUTPUT
|
||||||
echo "missing=$json_file" >> $GITHUB_OUTPUT
|
echo "missing=$json_file" >> $GITHUB_OUTPUT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user