]> git.parisson.com Git - docker-django-scripts.git/commitdiff
docs(setup_lib.sh): add comment for context
authorMartin Desrumaux <martin@letik.io>
Tue, 5 Jan 2021 14:49:25 +0000 (15:49 +0100)
committerMartin Desrumaux <martin@letik.io>
Tue, 5 Jan 2021 14:49:25 +0000 (15:49 +0100)
build/local/setup_lib.sh

index 6f532a39831933e717a42d0aebe440e344ee3e44..c037a260fcd04be565a4728068396bbdefc108cb 100755 (executable)
@@ -1,6 +1,7 @@
 #!/bin/bash
 
 # Exit when any command fails
+# We need to stop build if pip fails
 set -e
 
 for module in `ls /srv/lib/`; do