Procházet zdrojové kódy

Test if db/schema.rb still known to git

tags/v1.0.0
Benjamin Neff před 7 roky
rodič
revize
0b5063849e
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      diaspora/install.sls

+ 1
- 1
diaspora/install.sls Zobrazit soubor

@@ -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:

Načítá se…
Zrušit
Uložit