Skip to content

Commit 849c17b

Browse files
committed
Make explicit that the built image is for linux-x86
1 parent 6aa6a13 commit 849c17b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ script:
2525
- cargo test -- --nocapture || travis_terminate 1
2626
- docker build . -t wait_for_db || travis_terminate 1
2727
- docker run --name wait_for_db wait_for_db --help || travis_terminate 1
28-
- docker cp wait_for_db:/wait_for_db .
28+
- docker cp wait_for_db:/wait_for_db wait-for-db-linux-x86
2929

3030
env:
3131
global:
@@ -41,7 +41,7 @@ env:
4141
deploy:
4242
provider: releases
4343
edge: true
44-
file: "wait_for_db"
44+
file: wait-for-db-linux-x86
4545
skip_cleanup: true
4646
draft: true
4747
overwrite: true

0 commit comments

Comments
 (0)