Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dex
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
dex
Commits
dcc89083
Commit
dcc89083
authored
Aug 01, 2016
by
Eric Chiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*: fix path to email config in dockerfile
parent
1e0ee1e4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
.travis.yml
.travis.yml
+1
-0
Dockerfile
Dockerfile
+1
-1
No files found.
.travis.yml
View file @
dcc89083
...
@@ -33,6 +33,7 @@ script:
...
@@ -33,6 +33,7 @@ script:
-
sudo sh -c 'echo "127.0.0.1 tlstest.local" >> /etc/hosts'
-
sudo sh -c 'echo "127.0.0.1 tlstest.local" >> /etc/hosts'
-
./test-functional
-
./test-functional
-
DEX_TEST_DSN="sqlite3://:memory:" ./test-functional
-
DEX_TEST_DSN="sqlite3://:memory:" ./test-functional
-
./build-docker
deploy
:
deploy
:
provider
:
script
provider
:
script
...
...
Dockerfile
View file @
dcc89083
...
@@ -9,4 +9,4 @@ ADD static/html/* $DEX_WORKER_HTML_ASSETS
...
@@ -9,4 +9,4 @@ ADD static/html/* $DEX_WORKER_HTML_ASSETS
ENV
DEX_WORKER_EMAIL_TEMPLATES /opt/dex/email/
ENV
DEX_WORKER_EMAIL_TEMPLATES /opt/dex/email/
ADD
static/email/* $DEX_WORKER_EMAIL_TEMPLATES
ADD
static/email/* $DEX_WORKER_EMAIL_TEMPLATES
ADD
static/fixtures/emailer.json
.sample
$DEX_WORKER_EMAIL_TEMPLATES/emailer.json
ADD
static/fixtures/emailer.json $DEX_WORKER_EMAIL_TEMPLATES/emailer.json
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment