Thread #1
ls -lah $SEMAPHORE_CACHE_DIR |
00:00 |
docker pull paparazziuav/pprz-ci |
00:36 |
sudo rm -rf /home/runner/{.phpbrew,.phpunit,.kerl,.kiex,.lein,.nvm,.npm,.rbenv} |
00:12 |
git config --global user.email "address@hidden" |
00:00 |
git config --global user.name "Paparazzi UAV" |
00:00 |
git status --ignored |
00:00 |
git submodule deinit --force . |
00:00 |
rm -rf .git/modules |
00:00 |
git submodule update --init --force --recursive |
01:20 |
curl https://sh.rustup.rs -sSf | sudo sh |
00:00 |
info: downloading installer
error: B$HOME differs from euid-obtained home directory: you may be using sudo
error: Bif this is what you want, restart the installation with `-y'
rustup install nightly |
N/A |
rustup default nightly |
N/A |
rustup target add thumbv7em-none-eabihf |
N/A |
if [ "$SEMAPHORE_TRIGGER_SOURCE" = "scheduler" ]; then docker/run.sh -it paparazziuav/pprz-ci make test_all_confs ; else docker/run.sh -it paparazziuav/pprz-ci make test ; fi |
N/A |
|