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

feature(composer): wpdesk repositories credentials

parent 611e8fce
No related branches found
No related tags found
No related merge requests found
variables:
WPDESK_CI_VERSION: "2023.06.13"
WPDESK_CI_VERSION: "2023.06.30"
MYSQL_ROOT_PASSWORD: "mysql"
MYSQL_DATABASE: "wptest"
MYSQL_USER: "mysql"
......
......@@ -89,6 +89,10 @@ prepare tests:
- if: $IS_LIBRARY || $IS_NPM_LIBRARY
when: never
interruptible: true
before_script:
- composer config gitlab-token.gitlab.wpdesk.dev gitlab-ci-token ${CI_JOB_TOKEN}
- echo ${WPDESK_CI_VERSION}
- php --version
script:
- echo "xdebug.max_nesting_level=2560" >> /usr/local/etc/php/php.ini
- export DEPENDENT_PLUGINS_DIR=${CI_PROJECT_DIR}/tests/dependent_plugins
......
......@@ -35,6 +35,10 @@ prepare codeception parallel:
stage: tests
allow_failure: false
interruptible: true
before_script:
- composer config gitlab-token.gitlab.wpdesk.dev gitlab-ci-token ${CI_JOB_TOKEN}
- echo ${WPDESK_CI_VERSION}
- php --version
script:
- echo "xdebug.max_nesting_level=2560" >> /usr/local/etc/php/php.ini
- export DEPENDENT_PLUGINS_DIR=${CI_PROJECT_DIR}/tests/dependent_plugins
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment