зеркало из https://github.com/Azure/draft-classic.git
fix(rust): remove autodetect
This commit is contained in:
Родитель
8f2b96cb07
Коммит
19a0b5b0ea
|
@ -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
|
Загрузка…
Ссылка в новой задаче