[gnome-build-meta/abderrahim/ostree-error] .gitlab-ci.yml: don't throw away the result of flat-manager-client




commit fd64bac423b624708b7a1e0183ecf3af7f0b1aec
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Tue Oct 13 20:55:36 2020 +0100

    .gitlab-ci.yml: don't throw away the result of flat-manager-client
    
    See #335

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d0648af7..6f67182e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -119,6 +119,7 @@ default:
   - BUILD_ID=$(flat-manager-client create $FLAT_MANAGER_SERVER $FLAT_MANAGER_REPO)
   - flat-manager-client push --commit --publish --wait $BUILD_ID repo/ $(ostree --repo=repo/ refs) || 
result=$?
   - flat-manager-client purge $BUILD_ID
+  - exit $result
 
 #
 # "Real" CI jobs


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]