Commit d2195b41 authored by Kai-Holger Brassel's avatar Kai-Holger Brassel
Browse files

Introduce build stage and "when: manual"

parent 98255bff
Pipeline #1644 passed with stages
in 10 seconds
stages:
- build
- deploy
variables: variables:
EXPORT_DIR: "/var/www/html/pages" EXPORT_DIR: "/var/www/html/pages"
build-p2:
image: maven:3.6.3-adoptopenjdk-15
stage: build
script:
- echo "Maven Version"
- mvn --version
pages-master: pages-master:
stage: deploy stage: deploy
script: script:
...@@ -11,6 +22,6 @@ pages-master: ...@@ -11,6 +22,6 @@ pages-master:
paths: paths:
- public - public
expire_in: 1 day expire_in: 1 day
when: manual
only: only:
- master - master
...@@ -4,6 +4,6 @@ ...@@ -4,6 +4,6 @@
<h1>Eclipse P2 Repository for Indriya</h1> <h1>Eclipse P2 Repository for Indriya</h1>
<p>This URL is an Eclipse P2 software repository for the Indriya reference implementation of units of measurement (JSR-385). You must use it in Eclipse (<a href="https://help.eclipse.org/2020-09/index.jsp?topic=/org.eclipse.platform.doc.user/tasks/tasks-127.htm">see how</a>) or add it to a target platform when developing Eclipse Plugins.<p> <p>This URL is an Eclipse P2 software repository for the Indriya Units of Measurement reference implementation of(JSR-385). You must use it in Eclipse (<a href="https://help.eclipse.org/2020-09/index.jsp?topic=/org.eclipse.platform.doc.user/tasks/tasks-127.htm">see how</a>) or add it to a target platform when developing Eclipse Plugins.<p>
</body> </body>
</html> </html>
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment