Skip to content
Snippets Groups Projects
Commit 62c3ae3d authored by OZGCloud's avatar OZGCloud
Browse files

get rid of ozg

parent dab48452
Branches
Tags
No related merge requests found
#!/bin/bash
mvn -Pnative spring-boot:build-image
#!/bin/sh #!/bin/sh
if [ "$#" -ne 1 ]; then if [ "$#" -ne 1 ]; then
echo "Aufruf: ozg-release-erstellen.sh JA" echo "Aufruf: release-erstellen.sh JA"
echo "Als Parameter bitte 'JA' eintragen zur Sicherheit" echo "Als Parameter bitte 'JA' eintragen zur Sicherheit"
exit 1 exit 1
fi fi
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
#set -x #set -x
if [ "$#" -ne 1 ]; then if [ "$#" -ne 1 ]; then
echo "Aufruf: ozg-release-startdev.sh NEWVERSION" echo "Aufruf: release-startdev.sh NEWVERSION"
exit 1 exit 1
fi fi
......
...@@ -27,9 +27,9 @@ import org.springframework.boot.SpringApplication; ...@@ -27,9 +27,9 @@ import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication @SpringBootApplication
public class OzgOperatorApplication { public class OzgCloudOperatorApplication {
public static void main(String[] args) { public static void main(String[] args) {
SpringApplication.run(OzgOperatorApplication.class, args); SpringApplication.run(OzgCloudOperatorApplication.class, args);
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment