Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit e2f8eca

Browse files
committed
Travis Bugfix: recursively copy static directory
1 parent 23af88f commit e2f8eca

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
@@ -34,7 +34,7 @@ after_success:
3434
- mkdir $DEST/static
3535
- install scan $DEST
3636
- cp views/* $DEST/views
37-
- cp static/* $DEST/static
37+
- cp -R static/* $DEST/static
3838
- tar zcvf scan_${TRAVIS_TAG:-$(git describe)}_linux_amd64.tar.gz $DEST
3939

4040
deploy:

0 commit comments

Comments
 (0)