Skip to content
Snippets Groups Projects
Verified Commit a9847fdb authored by Virgile Gerecke's avatar Virgile Gerecke :metal:
Browse files

:green_heart: Safety - change call to args

parent 4fe0e8eb
No related merge requests found
......@@ -13,7 +13,7 @@ safety:
script:
- pip3 install -r requirements/prod.txt
- pip3 install safety
- safety check ${SAFETY_ARGS}
- safety check $SAFETY_ARGS
only:
- main
- develop
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment