Compare commits
7 Commits
a1dc5656b8
...
1.2.8
Author | SHA1 | Date | |
---|---|---|---|
6394a7c880
|
|||
5ab5e850bd
|
|||
a97a464a83 | |||
2b06efeece
|
|||
024f2b04ce | |||
bf71d62dc5
|
|||
7dce2c6cfd |
@ -11,12 +11,11 @@ pipeline:
|
||||
event:
|
||||
- tag
|
||||
docker:
|
||||
image: plugins/docker
|
||||
image: techknowlogick/drone-docker
|
||||
privileged: true
|
||||
repo: mosadxyz/tcor
|
||||
secrets: [docker_username, docker_password]
|
||||
tags: latest
|
||||
secrets:
|
||||
- username: docker_username
|
||||
password: docker_password
|
||||
when:
|
||||
event:
|
||||
- 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://www.gnu.org/licenses/gpl-3.0)
|
||||
# TheCitadelofRicks
|
||||
|
@ -6,7 +6,7 @@ plugins {
|
||||
}
|
||||
|
||||
group 'org.mosad'
|
||||
version '1.2.7'
|
||||
version '1.2.8'
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
|
@ -49,7 +49,7 @@ class APIController {
|
||||
|
||||
companion object {
|
||||
const val apiVersion = "1.2.0"
|
||||
const val softwareVersion = "1.2.7"
|
||||
const val softwareVersion = "1.2.8"
|
||||
val startTime = System.currentTimeMillis() / 1000
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user