Skip to content

Commit

Permalink
Artifact Attempt #4
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 64b7dee commit c2ad072
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,8 @@ jobs: # a collection of build jobs
mvn org.apache.maven.plugins:maven-dependency-plugin:2.10:get -DartifactId=Saxon-HE -DgroupId=net.sf.saxon -Dversion=$SAXON_VERSION
sudo pip install lxml
bash "$CICD_DIR/roundTripXML.sh" "$OSCAL_BUILD_DIR"
echo "Trying to move files to the %s directory" "${OSCAL_BUILD_DIR)"
mkdir "${OSCAL_BUILD_DIR}"/build
mv "${OSCALDIR}"/build/ci-cd/temp/* "${OSCAL_BUILD_DIR}"/build
- *publish_artifacts
- *persist_to_build_workspace
Expand Down

0 comments on commit c2ad072

Please sign in to comment.