Skip to content

Commit aea59d6

Browse files
committed
Try a different target path
1 parent a89fbba commit aea59d6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ after_failure:
4040
addons:
4141
artifacts:
4242
paths:
43-
- $LSB_RELEASE
43+
- $LSB_RELEASE/
4444
target_paths:
45-
- /
45+
- /$LSB_RELEASE

create-archive

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,6 @@ else
3434
fi
3535

3636
mkdir -p $(dirname $DEST)
37-
exec tar -cjf $DEST $TAR_PATHS
37+
tar -cjf $DEST $TAR_PATHS
38+
39+
echo "---> $DEST"

0 commit comments

Comments
 (0)