Commit 9f3e0677 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Définit le SHELL au niveau du Makefile.

La variable d'environnement SHELL est ignorée par make.
parent 8dbbf4fe
No related merge requests found
Showing with 3 additions and 1 deletion
+3 -1
......@@ -11,7 +11,7 @@ build:
before_script:
- apk update && apk add make bash
script:
- env SHELL=/bin/bash make
- make
artifacts:
name: dist
expire_in: 2 years
......
export SHELL := /bin/bash
.PHONY: all clean dist
all: dist
......
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