script for rotating sample data on test env

This commit is contained in:
dandds
2018-12-04 09:42:47 -05:00
parent bbeef23c45
commit bd0b7b9dcd
2 changed files with 60 additions and 1 deletions

View File

@@ -213,6 +213,9 @@ jobs:
- run:
name: "Update Kubernetes Deployment"
command: ./deploy/kubernetes/atst-update-deploy.sh atat-test
- run:
name: "Reset the Sample Data"
command: ./deploy/kubernetes/atst-reset-sample-data.sh atat-test
workflows:
version: 2
@@ -237,7 +240,7 @@ workflows:
nightly:
triggers:
- schedule:
cron: "37 * * * *"
cron: "45 * * * *"
# cron: "0 0 * * *"
filters:
branches: