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