浏览代码

Yet...

merge-requests/1/merge
Christoph Haas 10 年前
父节点
当前提交
b511a2e39a
共有 1 个文件被更改,包括 10 次插入4 次删除
  1. +10
    -4
      .gitlab-ci.yml

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

@@ -1,9 +1,15 @@
image: debian:8

before_script:
- apt-get update -qy
- apt-get install -y python-dev python-pip
- pip install ansible
services:
- ansible

#before_script:
# - apt-get update -qy
# - apt-get install -y python-dev python-pip
# - pip install ansible

variables:
HOSTNAME: default.example.org

job1:
script: "ansible-playbook ispmail.yml"


正在加载...
取消
保存