fix: move to npm
perso/opencode-openchamber/pipeline/head Build queued...

This commit is contained in:
Julien Cabillot
2026-04-27 16:47:29 -04:00
parent 447ec8ab99
commit e19c8c4924
2183 changed files with 25 additions and 339607 deletions
Vendored
+1 -1
View File
@@ -20,7 +20,7 @@ pipeline {
stage('Build image') {
steps{
sh 'docker build --force-rm=true --no-cache=true --pull -f src/Dockerfile -t ${dockerImage} src/'
sh 'docker build --force-rm=true --no-cache=true --pull -f Dockerfile -t ${dockerImage} .'
}
}