Skip to content
Snippets Groups Projects
Commit 1c50df0d authored by Evili del Rio i Silvan's avatar Evili del Rio i Silvan
Browse files

Add "set -e" to exit immediately on error

parent 22546c0e
No related branches found
No related tags found
No related merge requests found
Pipeline #2152 failed
#!/usr/bin/env bash
printenv
set -e
set -x
git clone ${GIT_URL} .
pip install -r requirements.txt --no-input
......
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