瀏覽代碼

Make sure 'patch' is installed to succeed CI tests

merge-requests/1/merge
Christoph Haas 10 年之前
父節點
當前提交
5dd0c18e04
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. +4
    -0
      .gitlab-ci.yml

+ 4
- 0
.gitlab-ci.yml 查看文件

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


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

variables: variables:
HOSTNAME: default.example.org HOSTNAME: default.example.org




Loading…
取消
儲存