Skip to content
Snippets Groups Projects
Commit 2a47695b authored by Daniel Moe Kvarsnes's avatar Daniel Moe Kvarsnes
Browse files

Updated page/index and yml

parent 7c9d878a
No related branches found
No related tags found
No related merge requests found
Pipeline #275759 passed with stages
in 2 minutes and 56 seconds
...@@ -5,9 +5,6 @@ stages: ...@@ -5,9 +5,6 @@ stages:
- test - test
- package - package
- deploy - deploy
variables:
SKIP_DB_TESTS: "true" # Set this variable to "true" to skip database tests
variables: variables:
SKIP_DB_TESTS: "true" # Set this variable to "true" to skip database tests SKIP_DB_TESTS: "true" # Set this variable to "true" to skip database tests
...@@ -95,6 +92,7 @@ pages: ...@@ -95,6 +92,7 @@ pages:
- mkdir apidocs - mkdir apidocs
- cd .. - cd ..
- cp -rf target/jacoco/* .public - cp -rf target/jacoco/* .public
- cp -rf page/index.html .public
- mv -f .public public - mv -f .public public
artifacts: artifacts:
paths: paths:
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<title>Gitlab Page for my repository!</title> <title>Gitlab Page for my repository!</title>
</head> </head>
<body> <body>
<p><a href="https://surya.pages.stud.idi.ntnu.no/idatt1002/apidocs/">Java-docs</a></p> <p><a href="https://systemutvikling-gruppe-19.pages.stud.idi.ntnu.no/-/idatt-1005-2024-group-19/-/jobs/728061/artifacts/public/apidocs/index.html">Java-docs</a></p>
<p><a href="https://surya.pages.stud.idi.ntnu.no/idatt1002/coverage-reports/index.html">Coverage reports</a></p> <p><a href="https://systemutvikling-gruppe-19.pages.stud.idi.ntnu.no/-/idatt-1005-2024-group-19/-/jobs/728061/artifacts/public/coverage-reports/index.html">Coverage reports</a></p>
</body> </body>
</html> </html>
\ No newline at end of file
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