mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 19:28:35 +01:00
fixed up some more stuff
This commit is contained in:
parent
41425d5c9c
commit
01260eafab
1 changed files with 0 additions and 15 deletions
15
web/Jenkinsfile
vendored
15
web/Jenkinsfile
vendored
|
@ -1,15 +0,0 @@
|
|||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('Pull') {
|
||||
when {
|
||||
branch 'main'
|
||||
}
|
||||
steps {
|
||||
sh '''cd /var/www/tinylifegame
|
||||
git fetch
|
||||
git checkout ${GIT_COMMIT} -f'''
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue