ソースを参照

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:
script: "ansible-playbook ispmail.yml"


読み込み中…
キャンセル
保存