Skip to content

Commit

Permalink
fix: amended zip command to previous in run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sdh100shaun committed Jul 23, 2024
1 parent 4d9a884 commit 3bc8ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ if [ $? -eq 0 ]; then
else
mvn --batch-mode clean verify allure:report -U -Dwdm.proxy=${proxyHost}:${proxyPort} -Dhttps.proxyHost=${proxyHost} -Dhttps.proxyPort=${proxyPort} -Dhttp.proxyHost=${proxyHost} -Dhttp.proxyPort=${proxyPort} -Dhttp.nonProxyHosts=${noProxyJava} -Denv=${platformEnv} -Dbrowser=${browserName} -DbrowserVersion=${browserVersion} -Dplatform=${platform} -DgridURL=${gridURL} -Dtag.name="(not ${exclude_tags})" -Dcucumber.filter.tags=${cucumberTags} -Dcucumber.options="-- io.qameta.allure.cucumber7jvm.AllureCucumber7Jvm"
fi
zip -qr allure.zip target
zip -qr allure.zip target Reports
cd target
aws s3 cp site s3://${resultsTargetBucket}/${resultsTargetBucketPath}/${buildId}/ --recursive
aws s3 cp allure.zip s3://${resultsTargetBucket}/${resultsTargetBucketPath}/${buildId}/
Expand Down

0 comments on commit 3bc8ef8

Please sign in to comment.