Procházet zdrojové kódy

Remove comment after testing

pull/544/head
Guillaume Vincent před 4 roky
rodič
revize
0835b64172
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +1
    -1
      bin/build_web_extensions
  2. +1
    -1
      bin/build_web_site

+ 1
- 1
bin/build_web_extensions Zobrazit soubor

@@ -99,7 +99,7 @@ function build {
function commit_and_push {
git add .
git commit --message="Auto build for lesspass-web-extension"
#git push
git push
}

current_version=$( grep -Po '(?<="version": ")[^"]*' packages/lesspass-web-extension/package.json )


+ 1
- 1
bin/build_web_site Zobrazit soubor

@@ -97,7 +97,7 @@ function build {
function commit_and_push {
git add .
git commit --message="Auto build for lesspass-site"
#git push
git push
}

current_version=$( grep -Po '(?<="version": ")[^"]*' packages/lesspass-site/package.json )


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