Skip to content
Snippets Groups Projects
Commit dbd96353 authored by MENACER Mohamed's avatar MENACER Mohamed
Browse files

34 edition

parent c30e876a
No related branches found
No related tags found
No related merge requests found
Pipeline #47326 failed
......@@ -6,7 +6,7 @@ build:
stage: build
image: ubuntu:latest
before_script:
- sudo apt-get update && sudo apt-get install -y curl
- apt-get update && apt-get install -y curl
- curl -L "https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
- chmod +x /usr/local/bin/docker-compose
- ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose # Ajoute un lien symbolique
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment