Download script update

This commit is contained in:
Chromachine 2018-10-26 16:56:04 +00:00
parent f79c525f0a
commit a8cf90763c
No known key found for this signature in database
GPG key ID: E3A2A1CAA522AE6E
3 changed files with 9 additions and 4 deletions

View file

@ -859,3 +859,8 @@ users:
- member
options:
name: NameinProgressTM
f37e35a6-4130-4689-b28a-63dd2c4cb66c:
group:
- member
options:
name: 123louis456

View file

@ -2,9 +2,9 @@
issues: "https://github.com/IntellectualSites/PlotSquared/issues"
suggestion: "https://github.com/IntellectualSites/PlotSquaredSuggestions"
wiki: "https://github.com/IntellectualSites/PlotSquared/wiki"
date: "20 Nov 2018 00:00:00 GMT"
build: "https://ci.athion.net/job/PlotSquared/2049"
commit: "https://github.com/IntellectualSites/PlotSquared/commit/302051a"
date: "25 Nov 2018 00:00:00 GMT"
build: "https://ci.athion.net/job/PlotSquared/2050"
commit: "https://github.com/IntellectualSites/PlotSquared/commit/40e7df8"
platform: "Bukkit"
# Show additional information in console
debug: true

View file

@ -1,3 +1,3 @@
#!/bin/bash
git pull --rebase
git pull --rebase 2>/dev/null || git pull --ff-only