Преглед изворни кода

Test if db/schema.rb still known to git

master
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…
Откажи
Сачувај