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