mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-07 09:27:38 -02:30
Enable build back
This commit is contained in:
@@ -16,11 +16,6 @@
|
|||||||
rsync_opts:
|
rsync_opts:
|
||||||
- "--exclude=/microservices-repos"
|
- "--exclude=/microservices-repos"
|
||||||
tasks:
|
tasks:
|
||||||
# - name: Patch MCP
|
|
||||||
# shell: patch -p1 < ../patch1
|
|
||||||
# args:
|
|
||||||
# chdir: /root/ccp/microservices/
|
|
||||||
# creates: /usr/local/bin/mcp-microservices
|
|
||||||
- name: Install MCP cli tool
|
- name: Install MCP cli tool
|
||||||
shell: "{{ item }}"
|
shell: "{{ item }}"
|
||||||
args:
|
args:
|
||||||
@@ -29,8 +24,8 @@
|
|||||||
with_items:
|
with_items:
|
||||||
- pip install .
|
- pip install .
|
||||||
- python setup.py develop
|
- python setup.py develop
|
||||||
# - name: Build CCP images
|
- name: Build CCP images
|
||||||
# shell: ./ccp-build.sh
|
shell: ./ccp-build.sh
|
||||||
# args:
|
args:
|
||||||
# chdir: /root/ccp
|
chdir: /root/ccp
|
||||||
# run_once: true
|
run_once: true
|
||||||
|
|||||||
Reference in New Issue
Block a user