File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102102 runs-on : ubuntu-latest
103103 steps :
104104 - name : Install dependencies
105- run : sudo apt-get install -y libvips sshuttle sqlite3 libsqlite3-dev
105+ run : sudo apt-get update && sudo apt-get install -y libvips sshuttle sqlite3 libsqlite3-dev
106106 - name : SSH key
107107 env :
108108 SSH_AUTH_SOCK : /tmp/ssh_agent.sock
@@ -130,10 +130,9 @@ jobs:
130130 - name : Tests
131131 env :
132132 AZURE_ACCOUNT_NAME : ${{secrets.AZURE_ACCOUNT_NAME}}
133- AZURE_ACCESS_KEY : ${{secrets.AZURE_ACCESS_KEY}}
134133 AZURE_PRIVATE_CONTAINER : ${{secrets.AZURE_PRIVATE_CONTAINER}}
135134 AZURE_PUBLIC_CONTAINER : ${{secrets.AZURE_PUBLIC_CONTAINER}}
136- AZURE_PRINCIPAL_ID : ${{secrets.AZURE_PRINCIPAL_ID}}
135+ USE_MANAGED_IDENTITIES : true
137136 SSH_AUTH_SOCK : /tmp/ssh_agent.sock
138137 run : bundle exec rake test_aks
139138
You can’t perform that action at this time.
0 commit comments