Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
M3GH4NN authored Jan 12, 2024
1 parent 3f633d9 commit 7f6acd3
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,25 +45,6 @@ jobs:
echo "Logging into Azure..."
az login --service-principal -u ${{ secrets.AZURE_CLIENT_ID }} -p ${{ secrets.AZURE_CLIENT_SECRET }} --tenant ${{ secrets.AZURE_TENANT_ID }}
az account set --subscription ${{ secrets.AZURE_SUBSCRIPTION_ID }}
# check-az-cli:
# runs-on: ubuntu-latest
# steps:
# - name: Check if Azure CLI is installed
# run: |
# if ! command -v az &> /dev/null; then
# echo "Azure CLI is not installed."
# exit 1
# fi

# az --version

test-secret:
runs-on: ubuntu-latest
steps:
- name: 'test secrets'
run: |
echo "AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}"
azure-login2:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7f6acd3

Please sign in to comment.