Skip to content

Commit

Permalink
Copy Artifacts Attempt #2
Browse files Browse the repository at this point in the history
  • Loading branch information
howieavp76 authored and david-waltermire committed Jun 6, 2019
1 parent 137c675 commit fef4793
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,8 @@ jobs: # a collection of build jobs
name: Generate round trip XML and JSON conversions
command: |
bash "$CICD_DIR/roundTripXML.sh" "$OSCAL_BUILD_DIR"
mv build/ci-cd/temp "${OSCAL_BUILD_DIR}"/build
mkdir "${OSCAL_BUILD_DIR}"/build
mv "${OSCALDIR}"/build/ci-cd/temp "${OSCAL_BUILD_DIR}"/build
- *publish_artifacts
- *persist_to_build_workspace
job-generate-docs:
Expand Down

0 comments on commit fef4793

Please sign in to comment.