This commit is contained in:
parent
3fa21c00f5
commit
2b2be91a02
|
@ -4,7 +4,6 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
scm checkout
|
|
||||||
sh '''
|
sh '''
|
||||||
. "$HOME/.cargo/env"
|
. "$HOME/.cargo/env"
|
||||||
trunk build --release --public-url "cool-stuff/plate-tool-beta/"
|
trunk build --release --public-url "cool-stuff/plate-tool-beta/"
|
||||||
|
|
Loading…
Reference in New Issue