Skip to content
Snippets Groups Projects
Commit 198a4401 authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

bugfix(plugins database): do not update for libraries

parent c4e1733d
No related branches found
No related tags found
No related merge requests found
variables:
WPDESK_CI_VERSION: "2023.03.1"
WPDESK_CI_VERSION: "2023.03.2"
MYSQL_ROOT_PASSWORD: "mysql"
MYSQL_DATABASE: "wptest"
MYSQL_USER: "mysql"
......
......@@ -218,6 +218,10 @@ update wpdesk plugins database:
- ./description.txt
only:
- tags
except:
variables:
- $IS_LIBRARY
- $IS_NPM_LIBRARY
script:
- WP_TESTED_UP=`grep -h 'Tested up to' *.php | grep -oE '([0-9]+.?)+'`
- WC_TESTED_UP=`grep -h 'WC tested up to' *.php | grep -oE '([0-9]+.?)+' || echo "not set!"`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment