modified: Jenkinsfile

modified:   php.ini
Removed k8s deploy from Jenkinsfile - fixed typo in php.ini
This commit is contained in:
Jonathan Ervine 2020-03-20 14:33:41 +08:00
parent 5c8baceed2
commit 6c77c6677a
2 changed files with 2 additions and 3 deletions

3
Jenkinsfile vendored
View File

@ -14,9 +14,8 @@ node("docker-node") {
stage "publish"
app.push("${env.BUILD_NUMBER}")
app.push("latest")
app.push("3.11.6")
stage('Deploy on K8s'){
sh "/usr/local/bin/kubectl -n test delete po pocketmine-0"
}
}
catch (err) {

View File

@ -1,4 +1,4 @@
memory_limit=14096
memory_limit=14096M
date.timezone=UTC
short_open_tag=0
asp_tags=0