about summary refs log tree commit diff
path: root/.ci
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2019-08-18 01:10:09 +0100
committeradisbladis <adisbladis@gmail.com>2019-08-18 01:10:44 +0100
commit25223d2928810ce7033741c2ad39276580d81b82 (patch)
tree8bfc7cc74a6a26861ddc569d6e774249e6bea87d /.ci
parent6ccbbce4b0e0981f2af1c8a2d2db916aa1a420f8 (diff)
downloadnixlib-25223d2928810ce7033741c2ad39276580d81b82.tar
nixlib-25223d2928810ce7033741c2ad39276580d81b82.tar.gz
nixlib-25223d2928810ce7033741c2ad39276580d81b82.tar.bz2
nixlib-25223d2928810ce7033741c2ad39276580d81b82.tar.lz
nixlib-25223d2928810ce7033741c2ad39276580d81b82.tar.xz
nixlib-25223d2928810ce7033741c2ad39276580d81b82.tar.zst
nixlib-25223d2928810ce7033741c2ad39276580d81b82.zip
Add TODO notice and make build "successful" even when not a cron job
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/cron5
1 files changed, 3 insertions, 2 deletions
diff --git a/.ci/cron b/.ci/cron
index 15a7f2619225..0fce9fca9047 100755
--- a/.ci/cron
+++ b/.ci/cron
@@ -3,8 +3,9 @@
 export NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs/archive/master.tar.gz
 
 if [ $CI_PIPELINE_SOURCE != "schedule" ] && [ $CI_PIPELINE_SOURCE != "web" ]; then
-    echo "Only scheduled or manual jobs will run"
-    exit 1
+    echo "Only scheduled or manual jobs will run, consider successful"
+    echo "TODO: This should probably test something meaningful like instantiantion of all derivations"
+    exit 0
 fi
 
 mkdir -p ~/.ssh