Skip to content
Snippets Groups Projects
Commit e48d662e authored by CARDILE VINCENT's avatar CARDILE VINCENT
Browse files

Update kestrel/.gitlab-ci.yml file

parent aa8bea85
Branches
No related merge requests found
Pipeline #361491 passed with stages
in 20 seconds
......@@ -9,14 +9,6 @@ install_kestrel:
image: trador/kestrel:latest
script:
- echo "kestrel ready"
cache:
key: "$CI_COMMIT_REF_SLUG-pip"
paths:
- .cache/pip
artifacts:
paths:
- /usr/local/lib/python3.9/site-packages/
- /usr/local/bin/kestrel
execute_hunt:
stage: run_hunts
......@@ -25,7 +17,7 @@ execute_hunt:
variables:
script:
- echo "Exécution du script 'auto_detect.py'..."
- python kestrel/auto_detect.py | tee kestrel/hunt_results.txt
- python kestrel/auto_detect.py
artifacts:
paths:
- kestrel/hunt_results.txt
......
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