main cron use k8 context

techgaun authored and committed

Cron job event #391.1 passed

  • Ran for
AMD64
no language set
Git
techgaun/dotfiles:.travis.yml@b78e4bc
language: shell
os: linux
dist: bionic

script:
  - bash -c 'shopt -s globstar; shellcheck -s bash **/*.sh .functions/*'

jobs:
  fast_finish: true
Build Config
{
  "language": "shell",
  "os": [
    "linux"
  ],
  "dist": "bionic",
  "script": [
    "bash -c 'shopt -s globstar; shellcheck -s bash **/*.sh .functions/*'"
  ],
  "jobs": {
    "fast_finish": true
  }
}