Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nginx-site
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ansible-role
nginx-site
Commits
f39deda7
There was a problem fetching the pipeline summary.
Commit
f39deda7
authored
8 years ago
by
Eino Tuominen
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop' into 'master'
CI script See merge request
!2
parents
bce5ff17
96fd3602
No related branches found
No related tags found
1 merge request
!2
CI script
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+12
-6
12 additions, 6 deletions
.gitlab-ci.yml
with
12 additions
and
6 deletions
.gitlab-ci.yml
+
12
−
6
View file @
f39deda7
---
before
:
image
:
python:2
variables
:
PIP_CACHE_DIR
:
"
$CI_PROJECT_DIR/pip-cache"
cache
:
paths
:
-
"
$CI_PROJECT_DIR/pip-cache"
key
:
"
$CI_PROJECT_ID"
test
:
script
:
-
apt install python-pip
-
pip install ansible
-
ansible --version
-
printf '[defaults]\nroles_path=../' >ansible.cfg
playbook
:
script
:
-
ansible-playbook tests/test.yml -i tests/inventory --syntax-check
-
ansible-playbook tests/test.yml -i tests/inventory --syntax-check
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