URI:
       tInstall bash on Alpine - cngf-pf - continuum model for granular flows with pore-pressure dynamics (renamed from 1d_fd_simple_shear)
  HTML git clone git://src.adamsgaard.dk/cngf-pf
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit e844d141252ab91ed58152d7174be6997aaa2f84
   DIR parent 47d45120cc28813e74a2db3585c41fad318964b1
  HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Thu, 11 Apr 2019 13:27:32 +0200
       
       Install bash on Alpine
       
       Diffstat:
         M .gitlab-ci.yml                      |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
       t@@ -2,7 +2,7 @@ build-alpine:
          stage: build
          image: alpine:edge
          before_script:
       -    - apk --no-cache add build-base gnuplot
       +    - apk --no-cache add build-base gnuplot bash
          script:
            - make
          artifacts: