Skip to content
Snippets Groups Projects
Commit b9d81386 authored by Vincent Mazenod's avatar Vincent Mazenod
Browse files

update gitlab ci

parent 3e8bc05b
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,10 @@ cache:
build:
stage: build
script:
- apt update
- apt-get install -y --force-yes build-essential python-dev python-pip git nodejs nodejs-legacy npm
- pip install --upgrade pip==9.0.3
- pip install -r requirements.txt
# récupération du KEYTAB en hexa
- echo "$KEYTAB" > my.keytab.hex
# conversion du KEYTAB en hexa en binaire
......
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