We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa84273 commit 5716f3bCopy full SHA for 5716f3b
.travis.yml
@@ -1,7 +1,7 @@
1
script: ./dashboards.sh check
2
deploy:
3
- provider: script
4
- script: ./dashboards.sh deploy
+ script: bash ./dashboards.sh deploy
5
on:
6
branch: master
7
env:
dashboards.sh
@@ -86,8 +86,12 @@ function check2 {
86
done
87
}
88
89
-# check if a dashboard (or file) has been modified
90
function isChanged {
+ true
91
+}
92
+
93
+# check if a dashboard (or file) has been modified
94
+function isChangedO {
95
local changed=false
96
local filename=$1
97
local file=""
0 commit comments