Skip to content

Commit

Permalink
Update update-example-hub.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
elray1 committed Jun 8, 2023
1 parent d021308 commit 540f9eb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/update-example-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ jobs:
- name: Checkout update_example_simple_forecast_hub branch, remove existing
run: |
git fetch --all
git branch update_example_simple_forecast_hub
git checkout update_example_simple_forecast_hub
git pull origin update_example_simple_forecast_hub
git rm -r inst/example-data/example-simple-forecast-hub/
git switch update_example_simple_forecast_hub || git switch -c update_example_simple_forecast_hub
git rm -r inst/example-data/example-simple-forecast-hub/ --ignore-unmatch
working-directory: ./hubEnsembles

- name: Checkout example-simple-forecast-hub
Expand Down

0 comments on commit 540f9eb

Please sign in to comment.