Skip to content

refactor, step 1 save and delete forecast, then delete the rest #180

refactor, step 1 save and delete forecast, then delete the rest

refactor, step 1 save and delete forecast, then delete the rest #180

Workflow file for this run

name: Build dockers
on:
push:
jobs:
build-database-cleanup-docker:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
- name: Build
run: make build-database-cleanup
build-forecast-inference-docker:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
with:
submodules: true
- name: Build
run: make build-forecast-inference