Skip to content

Commit

Permalink
[major] Merge pull request #32 from wlad/ci
Browse files Browse the repository at this point in the history
Ci
  • Loading branch information
wlad authored Jul 3, 2020
2 parents b2a4f30 + d5eb3e0 commit 1b4438f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,12 @@ workflows:
# - snapshot
- trigger-snapshot-creation:
filters:
branches:
only:
- develop
tags:
ignore:
- /^v*/
- /^v.*/
- SNAPSHOT
- publish-major-snapshot-update:
filters:
Expand Down Expand Up @@ -349,8 +352,8 @@ jobs:
- image: circleci/python@sha256:e1c98a85c5ee62ac52a2779fe5abe2677f021c8e3158e4fb2d569c7b9c6ac073

steps:
- attach_workspace:
at: /home/circleci/
- restore_cache:
key: workspace-v1-
- run: pwd
- run: ls -la
- run: cd ..
Expand Down

0 comments on commit 1b4438f

Please sign in to comment.