mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-17 03:00:07 -03:30
Force to /usr/bin/python in CI
This commit is contained in:
@@ -5,10 +5,9 @@ $(HOME)/.ssh/id_rsa:
|
||||
|
||||
init-gce: $(HOME)/.ssh/id_rsa
|
||||
# echo $(GCE_PEM_FILE) | base64 -d > $(HOME)/.ssh/gce
|
||||
echo "$(GCE_CREDENTIALS_B64)" > $(HOME)/.ssh/gce.json
|
||||
echo "$(GCE_CREDENTIALS_B64)" | base64 -d > $(HOME)/.ssh/gce.json
|
||||
|
||||
init-do: $(HOME)/.ssh/id_rsa
|
||||
pip install dopy==0.3.5
|
||||
echo $(DO_PRIVATE_KEY) | base64 -d > $(HOME)/.ssh/id_rsa
|
||||
|
||||
create-gce: init-gce
|
||||
@@ -43,7 +42,7 @@ create-do: init-do
|
||||
|
||||
delete-do:
|
||||
ansible-playbook -i ../inventory/sample/hosts.ini cloud_playbooks/create-do.yml -c local \
|
||||
$LOG_LEVEL \
|
||||
$(LOG_LEVEL) \
|
||||
-e @"files/${CI_JOB_NAME}.yml" \
|
||||
-e state=absent \
|
||||
-e test_id=${TEST_ID} \
|
||||
|
||||
@@ -3,3 +3,4 @@ yamllint
|
||||
apache-libcloud==2.2.1
|
||||
boto==2.9.0
|
||||
tox
|
||||
dopy
|
||||
|
||||
Reference in New Issue
Block a user