fix: jenkinsfile, again
This commit is contained in:
parent
fb78742fce
commit
0bc04bfb9d
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -14,8 +14,10 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Populate env') {
|
stage('Populate env') {
|
||||||
sh 'rm .env || true'
|
steps {
|
||||||
sh 'echo "PORT=8007" > .env'
|
sh 'rm .env || true'
|
||||||
|
sh 'echo "PORT=8007" > .env'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
stage('Profit') {
|
stage('Profit') {
|
||||||
steps {
|
steps {
|
||||||
|
Loading…
Reference in New Issue
Block a user