try to force deploy
This commit is contained in:
parent
aa8427396e
commit
5716f3b6a1
|
|
@ -1,7 +1,7 @@
|
||||||
script: ./dashboards.sh check
|
script: ./dashboards.sh check
|
||||||
deploy:
|
deploy:
|
||||||
- provider: script
|
- provider: script
|
||||||
script: ./dashboards.sh deploy
|
script: bash ./dashboards.sh deploy
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
|
|
@ -86,8 +86,12 @@ function check2 {
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
# check if a dashboard (or file) has been modified
|
|
||||||
function isChanged {
|
function isChanged {
|
||||||
|
true
|
||||||
|
}
|
||||||
|
|
||||||
|
# check if a dashboard (or file) has been modified
|
||||||
|
function isChangedO {
|
||||||
local changed=false
|
local changed=false
|
||||||
local filename=$1
|
local filename=$1
|
||||||
local file=""
|
local file=""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue