diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2021-04-17 18:20:29 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-04-23 11:26:22 +0200 |
commit | d0e371f474627c878c179dc62610cb0437ae193b (patch) | |
tree | 580f2efb7512597d9c32e115e821bff2f5fb6bfc /.github/workflows/data-update.yml | |
parent | 720d0d48ad2e36f08debc815f6be2d53e4767a8d (diff) | |
download | searxng-d0e371f474627c878c179dc62610cb0437ae193b.tar.gz searxng-d0e371f474627c878c179dc62610cb0437ae193b.zip |
[mod] replace makefile boilerplate by 'manage' script
Replaces the make targets with the bash scripts
Signed-off-by: Markus Heiser <markus@darmarit.de>
Diffstat (limited to '.github/workflows/data-update.yml')
-rw-r--r-- | .github/workflows/data-update.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/data-update.yml b/.github/workflows/data-update.yml index ae5acdbd9..95a0808b3 100644 --- a/.github/workflows/data-update.yml +++ b/.github/workflows/data-update.yml @@ -40,8 +40,7 @@ jobs: env: FETCH_SCRIPT: ./searx_extra/update/${{ matrix.fetch }} run: | - source local/py3/bin/activate - $FETCH_SCRIPT + V=1 manage pyenv.cmd python "$FETCH_SCRIPT" - name: Create Pull Request id: cpr |