Replace exit 404 to exit 1
[releng/builder.git] / jjb / autorelease / include-raw-autorelease-maven-deploy.sh
index 40f3b8230460cb8ee6b0463c71fc65c08fd65fe1..3efacf878afb88f311de94852a22d46651eb8944 100644 (file)
@@ -10,7 +10,7 @@
 ##############################################################################
 
 # Assuming that mvn deploy created the hide/from/pom/files/stage directory.
-cd hide/from/pom/files || exit 404
+cd hide/from/pom/files || exit 1
 mkdir -p m2repo/org/opendaylight/
 
 # ODLNEXUSPROXY is used to define the location of the Nexus server used by the CI system.