switched to writeFile
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good

This commit is contained in:
2021-10-20 03:57:49 +02:00
parent 73b5b17752
commit 628598d091

2
Jenkinsfile vendored
View File

@@ -4,7 +4,7 @@ pipeline {
stages { stages {
stage('Prepare') { stage('Prepare') {
steps { 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') { stage('Install Dependencies') {