Skip to content

Commit 5716f3b

Browse files
committed
try to force deploy
1 parent aa84273 commit 5716f3b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
script: ./dashboards.sh check
22
deploy:
33
- provider: script
4-
script: ./dashboards.sh deploy
4+
script: bash ./dashboards.sh deploy
55
on:
66
branch: master
77
env:

dashboards.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,12 @@ function check2 {
8686
done
8787
}
8888

89-
# check if a dashboard (or file) has been modified
9089
function isChanged {
90+
true
91+
}
92+
93+
# check if a dashboard (or file) has been modified
94+
function isChangedO {
9195
local changed=false
9296
local filename=$1
9397
local file=""

0 commit comments

Comments
 (0)