Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ics-ans-role-rsync
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
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
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
ics-ansible-galaxy
ics-ans-role-rsync
Commits
9943e4d9
There was a problem fetching the pipeline mini graph.
Commit
9943e4d9
authored
7 years ago
by
Remy Mudingay
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://gitlab.esss.lu.se/ics-ansible-galaxy/ics-ans-role-rsync
parents
d414aec4
10f7b412
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml.1
+0
-21
0 additions, 21 deletions
.gitlab-ci.yml.1
with
0 additions
and
21 deletions
.gitlab-ci.yml.1
deleted
100644 → 0
+
0
−
21
View file @
d414aec4
---
image: "samdoran/gitlab-ci-test-el6"
before_script:
- ansible --version
- printf '[defaults]\nroles_path=../' > ansible.cfg
test:
script:
# Basic role syntax check
- ansible-playbook tests/gitlab-ci-test.yml -i tests/inventory --syntax-check
# Run the first time
- ansible-playbook tests/gitlab-ci-test.yml -i tests/inventory -c local -b
# Run again and expect no changes
- >
ansible-playbook tests/gitlab-ci-test.yml -i tests/inventory -c local -b
| grep -q 'changed=0.*failed=0'
&& (echo 'Idempotence test: pass' && exit 0)
|| (echo 'Idempotence test: fail' && exit 1)
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