commit e6e0598e4d06335307c955a90833cbd4176c9d9d parent 8c1256185ee44b1c4abbccfd8b0bfc92e119e688 Author: Kévin Le Gouguec <kevin.legouguec@gmail.com> Date: Wed, 30 Dec 2020 21:08:09 +0100 Make sure bash is installed in build container Diffstat:
| M | .gitlab-ci.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -7,7 +7,7 @@ stages: make-site: stage: build script: - - apk add --no-cache make + - apk add --no-cache bash make - make site artifacts: paths: