This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fix: set explicit POSTGRES_PASSWORD for pgsql on drone CI (
#10302
)
tags/v1.12.0-dev
Antoine GIRARD
GitHub
5 years ago
parent
f3148cc8a1
commit
4822a29799
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.drone.yml
+ 1
- 0
.drone.yml
View File
@@ -229,6 +229,7 @@ services:
image: postgres:9.5
image: postgres:9.5
environment:
environment:
POSTGRES_DB: test
POSTGRES_DB: test
POSTGRES_PASSWORD: postgres
- name: ldap
- name: ldap
pull: default
pull: default
Write
Preview
Loading…
Cancel
Save