Skip to content
Snippets Groups Projects
Commit 44b686b5 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-1518 set common parent in goofy

parent 337b1e65
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ pipeline {
sh 'npm run ci-build'
}
sh 'npm run ci-test'
// sh 'npm run ci-test'
try {
if (env.BRANCH_NAME == 'master') {
......
......@@ -8,6 +8,12 @@
<version>0.18.0-SNAPSHOT</version>
<name>Goofy Parent</name>
<packaging>pom</packaging>
<parent>
<groupId>de.itvsh.kop</groupId>
<artifactId>kop-common-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<modules>
<module>goofy-client</module>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment