Skip to content

Commit

Permalink
added weekly commit tagging for zenodo releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Avsecz committed Nov 28, 2018
1 parent 7c4347e commit dba0e18
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,15 @@ jobs:
command: kipoi test-source kipoi --all --common_env
- *save_cache
- *store_artifacts
date_tag:
<<: *defaults
steps:
- run:
name: Tag and push
command: |
tag=$(date "+%Y-%m-%d")
git tag $tag
git push origin $tag
workflows:
version: 2
Expand Down Expand Up @@ -108,3 +117,15 @@ workflows:
- master
jobs:
- test_all_models


weekly-tag:
triggers:
- schedule:
cron: "0 0 * * 0"
filters:
branches:
only:
- master
jobs:
- date_tag

0 comments on commit dba0e18

Please sign in to comment.