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
6b091c46
Commit
6b091c46
authored
3 years ago
by
Grzegorz Rola
Browse files
Options
Downloads
Patches
Plain Diff
bugfix(codeception): site url
parent
7773c444
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
includes/tests/codeception-parallel.yml
+2
-0
2 additions, 0 deletions
includes/tests/codeception-parallel.yml
includes/tests/codeception-smoke.yml
+1
-0
1 addition, 0 deletions
includes/tests/codeception-smoke.yml
includes/tests/codeception.yml
+1
-0
1 addition, 0 deletions
includes/tests/codeception.yml
with
4 additions
and
0 deletions
includes/tests/codeception-parallel.yml
+
2
−
0
View file @
6b091c46
...
...
@@ -35,6 +35,7 @@
-
mkdir -p /cache/wp-cli
-
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 TEST_SITE_WP_URL="http://${TEST_SITE_WP_URL}"
-
cd ${CI_PROJECT_DIR}
-
mkdir -p /project
-
cd ${CI_PROJECT_DIR}
...
...
@@ -106,6 +107,7 @@
-
mkdir -p /cache/wp-cli
-
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 TEST_SITE_WP_URL="http://${TEST_SITE_WP_URL}"
-
cd ${CI_PROJECT_DIR}
-
mkdir -p /project
-
cd ${CI_PROJECT_DIR}
...
...
This diff is collapsed.
Click to expand it.
includes/tests/codeception-smoke.yml
+
1
−
0
View file @
6b091c46
...
...
@@ -41,6 +41,7 @@
-
mkdir -p /cache/wp-cli
-
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 TEST_SITE_WP_URL="http://${TEST_SITE_WP_URL}"
-
cd ${CI_PROJECT_DIR}
-
mkdir -p ${APACHE_DOCUMENT_ROOT}
-
cd ${APACHE_DOCUMENT_ROOT}
...
...
This diff is collapsed.
Click to expand it.
includes/tests/codeception.yml
+
1
−
0
View file @
6b091c46
...
...
@@ -39,6 +39,7 @@
-
mkdir -p /cache/wp-cli
-
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 TEST_SITE_WP_URL="http://${TEST_SITE_WP_URL}"
-
cd ${CI_PROJECT_DIR}
-
mkdir -p /project
-
if [ -f ${CI_PROJECT_DIR}/tests/codeception/bootstrap.sh ]; then cp -r ${CI_PROJECT_DIR}/. /project; fi
...
...
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