hotfix: Jenkinsfile
Gitea Scan/plate-tool/pipeline/head There was a failure building this commit Details

This commit is contained in:
Emilia Allison 2024-02-13 20:46:17 -05:00
parent e71a72bff9
commit 2a463e2133
Signed by: emilia
GPG Key ID: 05D5D1107E5100A1
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -12,6 +12,7 @@ pipeline {
steps {
sh '''
. "$HOME/.cargo/env"
cd plate-tool-web
trunk build --release --public-url "cool-stuff/$OUTPUT_DIR/"
'''
}