mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
Install azure CLI from apt repo (bug was fixed)
This commit is contained in:
parent
c279bb7a38
commit
adcd00c8e2
7
.github/workflows/build-coreos-debug.yml
vendored
7
.github/workflows/build-coreos-debug.yml
vendored
@ -37,12 +37,7 @@ jobs:
|
|||||||
|
|
||||||
- name: "Install azure CLI"
|
- name: "Install azure CLI"
|
||||||
run: |
|
run: |
|
||||||
# use pip since azure cli repository is not working as expected
|
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
|
||||||
# https://github.com/Azure/azure-cli/issues/21532
|
|
||||||
# curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
|
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get install -y python3 python3-pip
|
|
||||||
sudo pip install azure-cli
|
|
||||||
wget -q https://aka.ms/downloadazcopy-v10-linux -O azcopy.tar.gz
|
wget -q https://aka.ms/downloadazcopy-v10-linux -O azcopy.tar.gz
|
||||||
tar --strip-components 1 -xf azcopy.tar.gz
|
tar --strip-components 1 -xf azcopy.tar.gz
|
||||||
rm azcopy.tar.gz
|
rm azcopy.tar.gz
|
||||||
|
7
.github/workflows/build-coreos.yml
vendored
7
.github/workflows/build-coreos.yml
vendored
@ -62,12 +62,7 @@ jobs:
|
|||||||
|
|
||||||
- name: "Install azure CLI"
|
- name: "Install azure CLI"
|
||||||
run: |
|
run: |
|
||||||
# use pip since azure cli repository is not working as expected
|
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
|
||||||
# https://github.com/Azure/azure-cli/issues/21532
|
|
||||||
# curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
|
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get install -y python3 python3-pip
|
|
||||||
sudo pip install azure-cli
|
|
||||||
wget -q https://aka.ms/downloadazcopy-v10-linux -O azcopy.tar.gz
|
wget -q https://aka.ms/downloadazcopy-v10-linux -O azcopy.tar.gz
|
||||||
tar --strip-components 1 -xf azcopy.tar.gz
|
tar --strip-components 1 -xf azcopy.tar.gz
|
||||||
rm azcopy.tar.gz
|
rm azcopy.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user