Compare commits
7 Commits
a1dc5656b8
...
1.2.8
Author | SHA1 | Date | |
---|---|---|---|
6394a7c880
|
|||
5ab5e850bd
|
|||
a97a464a83 | |||
2b06efeece
|
|||
024f2b04ce | |||
bf71d62dc5
|
|||
7dce2c6cfd |
@ -11,12 +11,11 @@ pipeline:
|
|||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
||||||
docker:
|
docker:
|
||||||
image: plugins/docker
|
image: techknowlogick/drone-docker
|
||||||
|
privileged: true
|
||||||
repo: mosadxyz/tcor
|
repo: mosadxyz/tcor
|
||||||
|
secrets: [docker_username, docker_password]
|
||||||
tags: latest
|
tags: latest
|
||||||
secrets:
|
|
||||||
- username: docker_username
|
|
||||||
password: docker_password
|
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||

|

|
||||||
[](https://drone.mosad.xyz/Seil0/TheCitadelofRicks)
|
[](https://ci.mosad.xyz/Seil0/TheCitadelofRicks)
|
||||||
[](https://git.mosad.xyz/Seil0/TheCitadelofRicks/releases)
|
[](https://git.mosad.xyz/Seil0/TheCitadelofRicks/releases)
|
||||||
[](https://www.gnu.org/licenses/gpl-3.0)
|
[](https://www.gnu.org/licenses/gpl-3.0)
|
||||||
# TheCitadelofRicks
|
# TheCitadelofRicks
|
||||||
|
@ -6,7 +6,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group 'org.mosad'
|
group 'org.mosad'
|
||||||
version '1.2.7'
|
version '1.2.8'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
jcenter()
|
jcenter()
|
||||||
|
@ -49,7 +49,7 @@ class APIController {
|
|||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
const val apiVersion = "1.2.0"
|
const val apiVersion = "1.2.0"
|
||||||
const val softwareVersion = "1.2.7"
|
const val softwareVersion = "1.2.8"
|
||||||
val startTime = System.currentTimeMillis() / 1000
|
val startTime = System.currentTimeMillis() / 1000
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user