change gitlab-ci
This commit is contained in:
parent
8fd9855b2c
commit
600394c366
@ -30,9 +30,7 @@ pages:
|
|||||||
- echo "Generating Javadoc..."
|
- echo "Generating Javadoc..."
|
||||||
- gradle generateJavaDoc -PjavadocDestinationDir="javadoc"
|
- gradle generateJavaDoc -PjavadocDestinationDir="javadoc"
|
||||||
- mkdir public
|
- mkdir public
|
||||||
- mv redaction-service-v1/redaction-service-server-v1/javadoc public
|
- mv redaction-service-v1/redaction-service-server-v1/javadoc/* public/
|
||||||
- echo "Pages accessible through ${CI_PAGES_URL}"
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
publish: public
|
|
||||||
@ -31,7 +31,6 @@ class RuleFileFactoryTest {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
@SneakyThrows
|
@SneakyThrows
|
||||||
@Disabled
|
|
||||||
void migrateDossierTemplatesRepoToNewestRules() {
|
void migrateDossierTemplatesRepoToNewestRules() {
|
||||||
|
|
||||||
String dossierTemplatesRepo = "/Users/aisvoran/dev/dossier-templates-v2/";
|
String dossierTemplatesRepo = "/Users/aisvoran/dev/dossier-templates-v2/";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user