Skip to content

Commit

Permalink
add env.properties with url
Browse files Browse the repository at this point in the history
  • Loading branch information
simple-elf committed Aug 25, 2020
1 parent 5e3e271 commit d678d3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ echo "\"buildName\":\"GitHub Actions Run #${INPUT_GITHUB_RUN_ID}\",\"buildOrder\
#cat executor.json
mv ./executor.json ./${INPUT_ALLURE_RESULTS}

#environment.properties
echo "URL=${GITHUB_PAGES_WEBSITE_URL}" > environment.properties
mv ./environment.properties ./${INPUT_ALLURE_RESULTS}

echo "keep allure history from ${INPUT_ALLURE_HISTORY}/last-history to ${INPUT_ALLURE_RESULTS}/history"
cp -r ./${INPUT_ALLURE_HISTORY}/last-history/. ./${INPUT_ALLURE_RESULTS}/history

Expand Down

0 comments on commit d678d3b

Please sign in to comment.