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
e71b205d
Commit
e71b205d
authored
5 years ago
by
Grzegorz Rola
Browse files
Options
Downloads
Patches
Plain Diff
Feature/codeception cache
parent
02ae2778
Branches
Branches containing commit
Tags
1.0
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
gitlab-ci-1.2.yml
+2
-3
2 additions, 3 deletions
gitlab-ci-1.2.yml
with
2 additions
and
3 deletions
gitlab-ci-1.2.yml
+
2
−
3
View file @
e71b205d
...
@@ -386,7 +386,7 @@ library:
...
@@ -386,7 +386,7 @@ library:
-
$IS_LIBRARY
-
$IS_LIBRARY
.template
:
&job-codeception-test
.template
:
&job-codeception-test
image
:
wpdesknet/wordpresscli:2
1
image
:
wpdesknet/wordpresscli:2
2
cache
:
cache
:
key
:
${CI_PROJECT_NAME}-vendor
key
:
${CI_PROJECT_NAME}-vendor
paths
:
paths
:
...
@@ -400,7 +400,7 @@ library:
...
@@ -400,7 +400,7 @@ library:
services
:
services
:
-
name
:
mysql:5.6
-
name
:
mysql:5.6
alias
:
mysqltests
alias
:
mysqltests
-
name
:
wpdesknet/wordpress:4
6
-
name
:
wpdesknet/wordpress:4
7
alias
:
wootests
alias
:
wootests
-
name
:
selenium/standalone-chrome:latest
-
name
:
selenium/standalone-chrome:latest
alias
:
chrome
alias
:
chrome
...
@@ -438,7 +438,6 @@ library:
...
@@ -438,7 +438,6 @@ library:
-
cp -r /tmp/project/. ${APACHE_DOCUMENT_ROOT}/wp-content/plugins/${CI_PROJECT_NAME}
-
cp -r /tmp/project/. ${APACHE_DOCUMENT_ROOT}/wp-content/plugins/${CI_PROJECT_NAME}
-
chmod a+x ${CI_PROJECT_DIR}/tests/codeception/bootstrap.sh
-
chmod a+x ${CI_PROJECT_DIR}/tests/codeception/bootstrap.sh
-
cd ${CI_PROJECT_DIR}
-
cd ${CI_PROJECT_DIR}
-
cd ${CI_PROJECT_DIR}
-
. ./tests/codeception/bootstrap.sh
-
. ./tests/codeception/bootstrap.sh
-
mkdir -p ${CI_PROJECT_DIR}/tests/codeception/tests/_output
-
mkdir -p ${CI_PROJECT_DIR}/tests/codeception/tests/_output
-
mkdir -p ${CI_PROJECT_DIR}/tests/codeception/tests/acceptance
-
mkdir -p ${CI_PROJECT_DIR}/tests/codeception/tests/acceptance
...
...
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