cypress into GHA #1819
This commit is contained in:
parent
f5ec67a329
commit
553f4230a6
|
@ -21,7 +21,10 @@ else
|
|||
fi
|
||||
cp build/rusefi.bin deliver/
|
||||
|
||||
echo "$SCRIPT_NAME: deliver folder"
|
||||
echo "$SCRIPT_NAME: build folder content:"
|
||||
ls -l build
|
||||
|
||||
echo "$SCRIPT_NAME: deliver folder content:"
|
||||
ls -l deliver
|
||||
|
||||
bash config/boards/clean_env_variables.sh
|
||||
|
|
|
@ -33,7 +33,7 @@ bash $COMPILE_SCRIPT
|
|||
[ -e ../../../build/rusefi.hex ] || { echo "Just to confirm - FAILED to compile with $COMPILE_SCRIPT"; exit 1; }
|
||||
|
||||
cd ../../../..
|
||||
# We are back at root rusEfi folder
|
||||
# We are back at root rusEFI folder
|
||||
pwd
|
||||
|
||||
echo "exiting $SCRIPT_NAME"
|
||||
|
|
Loading…
Reference in New Issue