Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6325327

Browse files
committed
fix dir
1 parent d60d590 commit 6325327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ after_success:
2929
before_deploy:
3030
- make build-cli
3131
- gem install --no-ri --no-rdoc fpm
32-
- fpm -s dir -t deb -n migrate -v "$(git describe --tags 2>/dev/null)" --license MIT -m [email protected] --url https://github.com/mattes/migrate --description='Database migrations' -a amd64 -p migrate.$(git describe --tags 2>/dev/null).deb --deb-no-default-config-files -f -C build/cli migrate.linux-amd64=/usr/bin/migrate
32+
- fpm -s dir -t deb -n migrate -v "$(git describe --tags 2>/dev/null)" --license MIT -m [email protected] --url https://github.com/mattes/migrate --description='Database migrations' -a amd64 -p migrate.$(git describe --tags 2>/dev/null).deb --deb-no-default-config-files -f -C cli/build migrate.linux-amd64=/usr/bin/migrate
3333

3434
deploy:
3535
- provider: releases

0 commit comments

Comments
 (0)