Download script update
This commit is contained in:
parent
f79c525f0a
commit
a8cf90763c
3 changed files with 9 additions and 4 deletions
|
@ -859,3 +859,8 @@ users:
|
||||||
- member
|
- member
|
||||||
options:
|
options:
|
||||||
name: NameinProgressTM
|
name: NameinProgressTM
|
||||||
|
f37e35a6-4130-4689-b28a-63dd2c4cb66c:
|
||||||
|
group:
|
||||||
|
- member
|
||||||
|
options:
|
||||||
|
name: 123louis456
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
issues: "https://github.com/IntellectualSites/PlotSquared/issues"
|
issues: "https://github.com/IntellectualSites/PlotSquared/issues"
|
||||||
suggestion: "https://github.com/IntellectualSites/PlotSquaredSuggestions"
|
suggestion: "https://github.com/IntellectualSites/PlotSquaredSuggestions"
|
||||||
wiki: "https://github.com/IntellectualSites/PlotSquared/wiki"
|
wiki: "https://github.com/IntellectualSites/PlotSquared/wiki"
|
||||||
date: "20 Nov 2018 00:00:00 GMT"
|
date: "25 Nov 2018 00:00:00 GMT"
|
||||||
build: "https://ci.athion.net/job/PlotSquared/2049"
|
build: "https://ci.athion.net/job/PlotSquared/2050"
|
||||||
commit: "https://github.com/IntellectualSites/PlotSquared/commit/302051a"
|
commit: "https://github.com/IntellectualSites/PlotSquared/commit/40e7df8"
|
||||||
platform: "Bukkit"
|
platform: "Bukkit"
|
||||||
# Show additional information in console
|
# Show additional information in console
|
||||||
debug: true
|
debug: true
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
git pull --rebase
|
git pull --rebase 2>/dev/null || git pull --ff-only
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue