Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

use workspace to persist doc archive to release job #3

Merged
merged 1 commit into from Apr 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions .circleci/config.yml
Expand Up @@ -46,13 +46,20 @@ jobs:
path: .build/reports/
- store_artifacts:
path: .build/reports/
- persist_to_workspace:
root: .
paths:
- SwiftHooks.doccarchive

release:
docker:
- image: hborawski/auto-container:sha-767eebf

steps:
- checkout
- attach_workspace:
at: /tmp/workspace
- run: cp -r /tmp/workspace/SwiftHooks.doccarchive .
- run:
name: Git Config
command: |
Expand Down