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