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') {
|
||||
sh 'rm .env || true'
|
||||
sh 'echo "PORT=8007" > .env'
|
||||
steps {
|
||||
sh 'rm .env || true'
|
||||
sh 'echo "PORT=8007" > .env'
|
||||
}
|
||||
}
|
||||
stage('Profit') {
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user