build: Fixed aanhalingsteken
gitea/double-pendulum/pipeline/head There was a failure building this commit
gitea/double-pendulum/pipeline/head There was a failure building this commit
This commit is contained in:
Vendored
+1
-1
@@ -8,7 +8,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
sh 'wasm-pack build --target web"
|
sh 'wasm-pack build --target web'
|
||||||
archiveArtifacts artifacts: './pkg/'
|
archiveArtifacts artifacts: './pkg/'
|
||||||
sh 'cp ./pkg/ /var/www/zwietering.eu/projects/double-pendulum'
|
sh 'cp ./pkg/ /var/www/zwietering.eu/projects/double-pendulum'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user