Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gitlab-ci
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
gitlab-ci
Commits
d87cd173
Commit
d87cd173
authored
5 years ago
by
Grzegorz Rola
Browse files
Options
Downloads
Patches
Plain Diff
cache for wp-cli
parent
8633e3e6
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
gitlab-ci-1.2.yml
+2
-0
2 additions, 0 deletions
gitlab-ci-1.2.yml
with
2 additions
and
0 deletions
gitlab-ci-1.2.yml
+
2
−
0
View file @
d87cd173
...
@@ -389,6 +389,7 @@ library:
...
@@ -389,6 +389,7 @@ library:
paths
:
paths
:
-
vendor/
-
vendor/
variables
:
variables
:
WP_CLI_CACHE_DIR
:
/cache/wp-cli
APACHE_DOCUMENT_ROOT
:
${CI_PROJECT_DIR}/tests/wordpress
APACHE_DOCUMENT_ROOT
:
${CI_PROJECT_DIR}/tests/wordpress
CI_DEBUG_SERVICES
:
trace
CI_DEBUG_SERVICES
:
trace
SCREEN_WIDTH
:
1200
SCREEN_WIDTH
:
1200
...
@@ -416,6 +417,7 @@ library:
...
@@ -416,6 +417,7 @@ library:
-
$DISABLE_CODECEPTION
-
$DISABLE_CODECEPTION
allow_failure
:
false
allow_failure
:
false
before_script
:
before_script
:
-
mkdir -p /cache/wp-cli
-
export MYSQL_IP=$(awk '/^[[:space:]]*($|#)/{next} /mysqltests/{print $1; exit}' /etc/hosts)
-
export MYSQL_IP=$(awk '/^[[:space:]]*($|#)/{next} /mysqltests/{print $1; exit}' /etc/hosts)
-
export WOOTESTS_IP=$(awk '/^[[:space:]]*($|#)/{next} /wootests/{print $1; exit}' /etc/hosts)
-
export WOOTESTS_IP=$(awk '/^[[:space:]]*($|#)/{next} /wootests/{print $1; exit}' /etc/hosts)
-
cd ${CI_PROJECT_DIR}
-
cd ${CI_PROJECT_DIR}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment