Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
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
edx
configuration
Commits
22a3d1c4
Commit
22a3d1c4
authored
Aug 25, 2016
by
Kevin Falcone
Committed by
GitHub
Aug 25, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "SOL-2037: Make sure ssh private keys are not leaked into the jenkins job logs"
parent
49911496
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
playbooks/roles/git_clone/tasks/main.yml
+0
-6
No files found.
playbooks/roles/git_clone/tasks/main.yml
View file @
22a3d1c4
...
...
@@ -24,7 +24,6 @@
shell
:
git config --global fetch.prune
true
become_user
:
"
{{
repo_owner
}}"
when
:
GIT_REPOS is defined
no_log
:
true
tags
:
-
install
-
install:code
...
...
@@ -34,7 +33,6 @@
msg
:
'
{{
GIT_REPOS.PROTOCOL
}}
must
be
"https"
or
"ssh"'
when
:
(item.PROTOCOL != "https") and (item.PROTOCOL != "ssh") and GIT_REPOS is defined
with_items
:
GIT_REPOS
no_log
:
true
tags
:
-
install
-
install:code
...
...
@@ -49,7 +47,6 @@
mode
:
"
0600"
when
:
item.PROTOCOL == "ssh" and GIT_REPOS is defined
with_items
:
GIT_REPOS
no_log
:
true
tags
:
-
install
-
install:code
...
...
@@ -65,7 +62,6 @@
register
:
code_checkout
when
:
item.PROTOCOL == "ssh" and GIT_REPOS is defined
with_items
:
GIT_REPOS
no_log
:
true
tags
:
-
install
-
install:code
...
...
@@ -79,7 +75,6 @@
register
:
code_checkout
when
:
item.PROTOCOL == "https" and GIT_REPOS is defined
with_items
:
GIT_REPOS
no_log
:
true
tags
:
-
install
-
install:code
...
...
@@ -90,7 +85,6 @@
state
:
absent
when
:
item.PROTOCOL == "ssh" and GIT_REPOS is defined
with_items
:
GIT_REPOS
no_log
:
true
tags
:
-
install
-
install:code
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