This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
joe
/
klip
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
1
Releases
60
Wiki
Activity
Browse Source
[ci] workaround tzdata install
develop
Joe
5 months ago
parent
9db957a3db
commit
b8338408ba
Signed by:
joe
GPG Key ID:
8595A3F8F2CE1B74
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
.drone.yml
+ 2
- 1
.drone.yml
View File
@ -10,7 +10,8 @@ steps:
image
:
ubuntu
pull
:
if-not-exists
commands:
-
apt -qq update && apt -yqq install redis-server postgresql --no-install-recommends
-
ln -fs /usr/share/zoneinfo/America/Chicago /etc/localtime
-
DEBIAN_FRONTEND=noninteractive apt -qq update && apt -yqq install redis-server postgresql --no-install-recommends
-
psql -U postgres -c "CREATE USER klip WITH PASSWORD 'klip' SUPERUSER;"
-
name
:
"configure .env"
Write
Preview
Loading…
Cancel
Save