Skip to content
Snippets Groups Projects
Verified Commit 26201cc3 authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

fix: update default value specification

parent 07320779
No related branches found
No related tags found
No related merge requests found
...@@ -13,8 +13,8 @@ variables: ...@@ -13,8 +13,8 @@ variables:
MINIMAL_WP_TESTED_UP: "6.2" MINIMAL_WP_TESTED_UP: "6.2"
MINIMAL_WC_TESTED_UP: "8.1" MINIMAL_WC_TESTED_UP: "8.1"
DEMO_DEPLOY_TARGETS: DEMO_DEPLOY_TARGETS:
value: "demo.wpdesk.org,demo.wpdesk.pl" value: "/(demo.wpdesk.org|demo.wpdesk.pl)/"
description: "Override this variable in project's .gitlab-ci.yml to support other servers. List supported targets separated by `,`. You may also use short name for deploy target, like \"wpdesk,octolize\" to support both wpdesk and both octolize targets. Currently supported targets: demo.wpdesk.org, demo.wpdesk.pl, demo.octolize.com, stage.demo.octolize.com, demo.flexibleinvoices." description: "Override this variable in project's .gitlab-ci.yml to support other servers. List supported targets in a regexg expression. To support all possible targets just use \"/.*/\". Currently supported targets: demo.wpdesk.org, demo.wpdesk.pl, demo.octolize.com, stage.demo.octolize.com, demo.flexibleinvoices."
stages: stages:
- prepare-vendor - prepare-vendor
...@@ -28,7 +28,7 @@ stages: ...@@ -28,7 +28,7 @@ stages:
include: include:
- project: 'wpdesk/gitlab-ci' - project: 'wpdesk/gitlab-ci'
ref: 'feat/demo-deploy' ref: 'master'
file: file:
- '/includes/prepare.yml' - '/includes/prepare.yml'
- '/includes/translations.yml' - '/includes/translations.yml'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment