Reuse existing data and display evergreen artifacts

This commit is contained in:
Yuri Sizov
2023-03-28 18:31:46 +02:00
parent 89102f1687
commit a896d2d08e
6 changed files with 422 additions and 65 deletions

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8">
<title>Redirecting&hellip;</title>
<link rel="canonical" href="{{REDIRECT_PATH}}">
<script>location="{{REDIRECT_PATH}}"</script>
<meta http-equiv="refresh" content="0; url={{REDIRECT_PATH}}">
<meta name="robots" content="noindex">
<h1>Redirecting&hellip;</h1>
<a href="{{REDIRECT_PATH}}">Click here if you are not redirected.</a>
</html>