From 702eba5aff6c9b03ff67c2c7a376927867bd19f8 Mon Sep 17 00:00:00 2001 From: Travis Howerton Date: Sat, 1 Jun 2019 14:37:54 -0400 Subject: [PATCH] Artifact Attempt #4 --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3637f0f8d9..ae1775e6a6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -236,6 +236,8 @@ jobs: # a collection of name: Generate round trip XML and JSON conversions command: | 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