Thread #1
ls -lah $SEMAPHORE_CACHE_DIR |
00:00 |
docker pull paparazziuav/pprz-ci |
02:18 |
sudo rm -rf /home/runner/{.phpbrew,.phpunit,.kerl,.kiex,.lein,.nvm,.npm,.rbenv} |
00:03 |
echo "git config --global --add safe.directory '*'" > test.sh |
00:00 |
echo "ln -s /usr/bin/python3 /usr/bin/python" >> test.sh |
00:00 |
echo "make test" >> test.sh |
00:00 |
echo "git config --global --add safe.directory '*'" > test_all.sh |
00:00 |
echo "ln -s /usr/bin/python3 /usr/bin/python" >> test_all.sh |
00:00 |
echo "make test_all_confs" >> test_all.sh |
00:00 |
git config --global user.email "paparazzi-devel@nongnu.org" |
00:00 |
git config --global user.name "Paparazzi UAV" |
00:00 |
git status --ignored |
00:02 |
git submodule deinit --force . |
00:00 |
rm -rf .git/modules |
00:00 |
git submodule update --init --force --recursive |
01:35 |
if [ "$SEMAPHORE_TRIGGER_SOURCE" = "scheduler" ]; then docker/run.sh -it paparazziuav/pprz-ci bash test_all.sh ; else docker/run.sh -it paparazziuav/pprz-ci bash test.sh ; fi |
06:09 |
|