Skip to content

Commit 864f8f5

Browse files
author
bpaskalev
committed
test local folder instede of home
1 parent e1bf2bc commit 864f8f5

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ script:
2424

2525
before_deploy:
2626
- bash deploy/pack.sh
27+
- echo "folder"
28+
- pwd
29+
- echo "env"
30+
- env
2731
deploy:
2832
provider: releases
2933
api_key:

deploy/pack.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Execute only on linux and skip osx
33
if [ `uname` = "Linux" ]
44
then
5+
pwd
56
cd $HOME
67
#setting default values
78
# CC_VERSION=${CC_VERSION:-10.3-stable}

0 commit comments

Comments
 (0)