summaryrefslogtreecommitdiffstats
path: root/benchmarks/playbooks/git_proxy_pbook.yaml
diff options
context:
space:
mode:
authorwu.zhihui <wu.zhihui1@zte.com.cn>2016-11-03 11:15:50 +0800
committerwu.zhihui <wu.zhihui1@zte.com.cn>2016-11-03 11:15:50 +0800
commita9d5c798ad0da8494056181cc1b68f85f9b203c9 (patch)
tree37b450764468557e0f74807d4cf99d862bdc6827 /benchmarks/playbooks/git_proxy_pbook.yaml
parent268c946642da7cce5801be983a032ea3993a0850 (diff)
Remove playbooks directory
Qtip will use benchmarks/perftest/. JIRA: QTIP-131 Change-Id: Icef41b6bcdcb835d76e8e412dd865d1f156f1455 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
Diffstat (limited to 'benchmarks/playbooks/git_proxy_pbook.yaml')
-rw-r--r--benchmarks/playbooks/git_proxy_pbook.yaml11
1 files changed, 0 insertions, 11 deletions
diff --git a/benchmarks/playbooks/git_proxy_pbook.yaml b/benchmarks/playbooks/git_proxy_pbook.yaml
deleted file mode 100644
index 5cb6f450..00000000
--- a/benchmarks/playbooks/git_proxy_pbook.yaml
+++ /dev/null
@@ -1,11 +0,0 @@
-#git
-- name: set git proxy(http)
- shell: "git config --global http.proxy {{ http_proxy }}"
- when: http_proxy is defined
- ignore_errors: yes
-
-- name: set git proxy(https)
- shell: "git config --global https.proxy {{https_proxy}}"
- when: https_proxy is defined
- ignore_errors: yes
-