fix: jenkinsfile, again

This commit is contained in:
Araozu 2024-10-06 20:46:48 -05:00
parent fb78742fce
commit 0bc04bfb9d

6
Jenkinsfile vendored
View File

@ -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 {