build: refs #6695 try run front
gitea/salix-front/pipeline/pr-dev Something is wrong with the build of this commit
Details
gitea/salix-front/pipeline/pr-dev Something is wrong with the build of this commit
Details
This commit is contained in:
parent
04fe560a7b
commit
ce19a98751
|
@ -78,8 +78,7 @@ pipeline {
|
||||||
def packageJson = readJSON file: 'package.json'
|
def packageJson = readJSON file: 'package.json'
|
||||||
env.VERSION = "${packageJson.version}-build${env.BUILD_ID}"
|
env.VERSION = "${packageJson.version}-build${env.BUILD_ID}"
|
||||||
}
|
}
|
||||||
sh "echo VERSION=${env.VERSION}"
|
sh 'quasar build'
|
||||||
sh 'docker-compose --version'
|
|
||||||
sh 'docker-compose -f docker-compose.e2e.yml build front'
|
sh 'docker-compose -f docker-compose.e2e.yml build front'
|
||||||
sh 'docker-compose -f docker-compose.e2e.yml up front'
|
sh 'docker-compose -f docker-compose.e2e.yml up front'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue