Ignore intg/dist/opendaylight in version bump
[releng/builder.git] / jjb / autorelease / version-bump.sh
index 7d81b33a24929ef7a53ff149ac14ad594bef943f..a4844be2662f65a8e58b5c2d57b148db39c97b8e 100644 (file)
@@ -59,9 +59,9 @@ fi
 lftools version bump "$RELEASE_TAG"
 
 # Ignore changes to Final distribution since that will be released separately
-pushd integration/distribution || exit 1
-    git checkout -f opendaylight/pom.xml
-popd || exit 1
+pushd integration/distribution || true
+    git checkout -f opendaylight/pom.xml || true
+popd || true
 
 git submodule foreach "git commit -asm 'Bump versions by x.y.(z+1)'"
 # Only submodules need to be bumped, we can ignore autorelease's bump information