Skip to content
Snippets Groups Projects
Commit 99ce4269 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

auto writing of redirect

parent 731193a9
No related branches found
No related tags found
No related merge requests found
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://r3.pages.uni.lu/school/theme/stable"/>
</head>
<body>
</bod>
</html>
......@@ -35,3 +35,12 @@ mv $BLADE-latest $rootDir/public/.
# auto redirect file
#cp .ci/.autoRedirect public/index.html
mkdir $rootDir/public/$BLADE
echo '<html>\n
<head>\n
<meta http-equiv="refresh" content="0; url=https://r3.pages.uni.lu/school/'$BLADE'/stable"/>\n
</head>\n
<body>\n
</bod>\n
</html>\n' > $rootDir/public/$BLADE/index.html
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment