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

get rid of ozg

parent dab48452
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
mvn -Pnative spring-boot:build-image
#!/bin/sh
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"
exit 1
fi
......
......@@ -3,7 +3,7 @@
#set -x
if [ "$#" -ne 1 ]; then
echo "Aufruf: ozg-release-startdev.sh NEWVERSION"
echo "Aufruf: release-startdev.sh NEWVERSION"
exit 1
fi
......
......@@ -27,9 +27,9 @@ import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class OzgOperatorApplication {
public class OzgCloudOperatorApplication {
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