Explorar el Código

CI: Add git to docker container

Danilo Bargen hace 6 años
padre
commit
291d9ef9f6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

@@ -91,7 +91,7 @@ jobs:
     steps:
       - checkout
       - setup_remote_docker
-      - run: apk update && apk add bash
+      - run: apk update && apk add bash git
       - run: /bin/bash docker/rebuild.sh