FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 0851798e authored by M.D. Driver's avatar M.D. Driver
Browse files

bitbucket-pipelines.yml edited online with Bitbucket update pipeline so that...

bitbucket-pipelines.yml edited online with Bitbucket update pipeline so that script is run from shell, so that pipeline fails if tests fail. https://community.atlassian.com/t5/Bitbucket-questions/How-do-i-fail-a-build-on-pipelines-if-my-tests-fail/qaq-p/344229
parent 2a348413
No related branches found
No related tags found
No related merge requests found
......@@ -24,4 +24,5 @@ pipelines:
- cd ../build
- pip install .
- cd solventmapcreator/test/
- python solvationmapcreatortests.py
\ No newline at end of file
- chmod u+x solvationmapcreatortests.py
- ./solvationmapcreatortests.py
\ No newline at end of file
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