switched to writeFile
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -4,7 +4,7 @@ pipeline {
|
||||
stages {
|
||||
stage('Prepare') {
|
||||
steps {
|
||||
sh 'echo "VUE_APP_API_URL=https://api.csgow.tf" > .env.production'
|
||||
writeFile file: '.env.prodution', text: 'VUE_APP_API_URL=https://api.csgow.tf'
|
||||
}
|
||||
}
|
||||
stage('Install Dependencies') {
|
||||
|
Reference in New Issue
Block a user