Home

nur @main - refs - log -
-
https://git.jolheiser.com/nur.git
My NUR
tree log patch
Don't try to update NUR on cron jobs
MetaDark <kira.bruneau@gmail.com>
4 years ago
1 changed files, 1 additions(+), 1 deletions(-)
M .travis.yml -> .travis.yml
diff --git a/.travis.yml b/.travis.yml
index b3b807ad94ce2a6078d3c040d968c72eff4f5e63..d39802d69b3a5b35686ca63a8d66a0a964fc7a0d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,6 +30,6 @@
 after_success:
   - if [ -n "${CACHIX_CACHE}" ]; then nix-build ci.nix -A cacheOutputs | cachix push "${CACHIX_CACHE}"; fi
 
-    - NUR_REPO=<YOUR_NUR_REPO_NAME_HERE>
+  include:
       curl -XPOST "https://nur-update.herokuapp.com/update?repo=${NUR_REPO}"; fi