Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
050d1729
Commit
050d1729
authored
Oct 28, 2014
by
Toshio Kuratomi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove test case that wasn't reported as something git should do
parent
82e8d677
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
27 deletions
+0
-27
test/integration/roles/test_git/tasks/main.yml
+0
-27
No files found.
test/integration/roles/test_git/tasks/main.yml
View file @
050d1729
...
...
@@ -188,7 +188,6 @@
file
:
state=absent path={{ checkout_dir }}
-
name
:
Test that clone with recursive retrieves submodules
git
:
repo
:
'
{{
repo_submodules
}}'
...
...
@@ -206,32 +205,6 @@
-
name
:
Check that modules will be updated if main repo is not
command
:
git config --replace-all remote.origin.url {{ repo_submodule1_newer }}
args
:
chdir
:
"
{{
checkout_dir
}}/submodule1"
-
git
:
repo
:
'
{{
repo_submodules
}}'
dest
:
'
{{
checkout_dir
}}'
update
:
yes
recursive
:
yes
track_submodules
:
yes
-
command
:
'
ls
-1a
{{
checkout_dir
}}/submodule1'
register
:
submodule1
-
debug
:
var=submodule1
-
assert
:
that
:
'
{{
submodule1.stdout_lines|length
}}
==
5'
ignore_errors
:
true
-
name
:
Restore checkout to prior state
file
:
state=absent path={{ checkout_dir }}
-
command
:
'
cp
-pr
{{
checkout_dir
}}.bak
{{
checkout_dir
}}'
-
name
:
Test that update without recursive does not change submodules
command
:
'
git
config
--replace-all
remote.origin.url
{{
repo_submodules_newer
}}'
args
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment