We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe4c65e commit 1f13574Copy full SHA for 1f13574
1 file changed
azure-pipelines.yml
@@ -2,7 +2,7 @@ trigger:
2
- feature/azure-pipelines
3
4
pool:
5
- vmImage: 'Ubuntu-16.04'
+ vmImage: 'Ubuntu-18.04'
6
7
variables:
8
# imageName: 'unicef/donor-reporting-portal-backend'
@@ -13,6 +13,14 @@ variables:
13
SECRET_KEY: 'top-secret'
14
INSIGHT_URL: 'https://uniapis.unicef.org/biapi/v1/'
15
16
+container:
17
+ image: postgres:12-alpine
18
+ variables:
19
+ POSTGRES_USER: postgres
20
+ POSTGRES_PASSWORD: pass
21
+ POSTGRES_DB: donor_reporting_portal
22
+# options: --hostname container-test --ip 192.168.0.1
23
+
24
strategy:
25
matrix:
26
Python38:
0 commit comments