Skip to content

Commit 72bf087

Browse files
committed
Fix Before Deploy not Listing Directories
1 parent 756ab20 commit 72bf087

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis-scripts/before-deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
ls -R build/distributions | awk '
2+
ls -R ui/build/distributions | awk '
33
/:$/&&f{s=$0;f=0}
44
/:$/&&!f{sub(/:$/,"");s=$0;f=1;next}
55
NF&&f{ print s"/"$0 }'

0 commit comments

Comments
 (0)