Sfoglia il codice sorgente

Make sure 'patch' is installed to succeed CI tests

merge-requests/1/merge
Christoph Haas 10 anni fa
parent
commit
5dd0c18e04
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. +4
    -0
      .gitlab-ci.yml

+ 4
- 0
.gitlab-ci.yml Vedi File

@@ -1,5 +1,9 @@
image: williamyeh/ansible:debian8

before_script:
- apt-get update
- apt-get -y install patch

variables:
HOSTNAME: default.example.org



Caricamento…
Annulla
Salva