소스 검색

Test if db/schema.rb still known to git

tags/v1.0.0
Benjamin Neff 7 년 전
부모
커밋
0b5063849e
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      diaspora/install.sls

+ 1
- 1
diaspora/install.sls 파일 보기

@@ -83,7 +83,7 @@ diaspora_reset_schema.rb:
- name: git checkout db/schema.rb
- runas: {{ diaspora.user.username }}
- cwd: {{ diaspora.install_path }}
- onlyif: git rev-parse && ! git diff --name-only --exit-code db/schema.rb
- onlyif: git ls-files --error-unmatch db/schema.rb && git rev-parse && ! git diff --name-only --exit-code db/schema.rb

diaspora_git:
git.latest:

Loading…
취소
저장