This commit is contained in:
François-Guillaume RIBREAU 2018-01-03 08:34:42 +01:00
Родитель 8f2b96cb07
Коммит 19a0b5b0ea
1 изменённых файлов: 0 добавлений и 10 удалений

Просмотреть файл

@ -1,10 +0,0 @@
#!/usr/bin/env bash
BUILD_DIR=$1
# Exit early if app is clearly not Rust.
if [ ! -f $BUILD_DIR/Cargo.lock ] && [ ! -f $BUILD_DIR/Cargo.toml ]; then
exit 1
fi
echo Rust