Commit fe8084c9 authored by guilhemheinrich's avatar guilhemheinrich
Browse files

Try again

No related merge requests found
Pipeline #52418 failed with stages
in 11 seconds
Showing with 3 additions and 1 deletion
+3 -1
...@@ -6,7 +6,9 @@ prepare:release: ...@@ -6,7 +6,9 @@ prepare:release:
stage: prepare_release stage: prepare_release
image: node:alpine image: node:alpine
before_script: before_script:
- apk add --no-cache --virtual python3 - apk add --no-cache python py3-pip
- python --version
- pip --version
script: script:
- npm install # Installer les dépendances si nécessaire - npm install # Installer les dépendances si nécessaire
- npm install -g nexe # Installer Nexe si ce n'est pas déjà fait - npm install -g nexe # Installer Nexe si ce n'est pas déjà fait
......
Supports Markdown
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