Skip to content
Snippets Groups Projects
Commit 3a136f21 authored by Noah Zoschke's avatar Noah Zoschke
Browse files

fix comment

parent 395c18e8
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env bash
# bin/name <build-dir>
# bin/detect <build-dir>
BUILD_DIR=$1
[ -f $BUILD_DIR/requirements.txt ] || exit 1 # fail fast if no requirements.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment