test done

This commit is contained in:
Polprzewodnikowy 2022-05-15 16:00:38 +02:00
parent 23d406b497
commit e13c969041
3 changed files with 1 additions and 6 deletions

View File

@ -28,8 +28,6 @@ jobs:
mkdir -p ./flexlm
echo "$ENCODED_LICENSE" > ./flexlm/encoded_license
base64 -d ./flexlm/encoded_license > ./flexlm/license.dat
cat ./flexlm/encoded_license
cat ./flexlm/license.dat
- name: Build script
env:

View File

@ -152,9 +152,6 @@ while test $# -gt 0; do
shift
done
ls /flexlm
cat /flexlm/license.dat
if [ "$TRIGGER_BOOTLOADER" = true ]; then build_bootloader; fi
if [ "$TRIGGER_CONTROLLER" = true ]; then build_controller; fi
if [ "$TRIGGER_FPGA" = true ]; then build_fpga; fi

View File

@ -11,7 +11,7 @@ GIT_SHA=$(git rev-parse HEAD)
if [ -t 1 ]; then
DOCKER_OPTIONS="-it"
fi
echo $MAC_ADDRESS
docker run \
$DOCKER_OPTIONS \
--rm \