소스 검색

Update .gitlab-ci.yml

merge-requests/1/merge
Christoph Haas 6 년 전
부모
커밋
13ca532749
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      .gitlab-ci.yml

+ 3
- 3
.gitlab-ci.yml 파일 보기

@@ -1,7 +1,7 @@
image: williamyeh/ansible:debian8

job1:
script: "ansible-playbook ispmail.yml -l localhost"
script:
- cd ansible
- ansible-playbook ispmail.yml -l localhost
tags:
- debian
- buster


불러오는 중...
취소
저장