try to force deploy

This commit is contained in:
davidnewhall2 2020-02-04 12:11:48 -08:00
parent aa8427396e
commit 5716f3b6a1
2 changed files with 6 additions and 2 deletions

View File

@ -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:

View File

@ -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=""