Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Nov 2, 2019
1 parent 2f9c04d commit 32e08de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions automation-testing
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if [[ ! -d "remote-seleniumhub-chrome/generated-docs/html" ]]; then
echo TEST DID NOT OUTPUT ANY RESULTS
exit 1
fi
export OUTPUT_SOURCE=$(pwd ${TEST_RESULTS}/generated-docs)
export OUTPUT_SOURCE="$(pwd)/${TEST_RESULTS}/generated-docs"
echo OUTPUT_SOURCE: ${OUTPUT_SOURCE}
echo PUBLISH RESULTS

Expand All @@ -53,7 +53,7 @@ git clone https://github.com/aem-design/aemdesign-aem-support-output.git
echo SWITCH TO GH-PAGES BRANCH
cd aemdesign-aem-support-output

OUTPUT_DEST=$(pwd generated-docs)
OUTPUT_DEST="$(pwd)/generated-docs"
echo OUTPUT_DEST: ${OUTPUT_DEST}

echo CHECKOUT GH-PAGES
Expand Down

0 comments on commit 32e08de

Please sign in to comment.