浏览代码

Yet another gitlab ci attempt

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

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

@@ -1,3 +1,10 @@
image: debian:8

#before_script:

install:
- pip install ansible

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



正在加载...
取消
保存