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