fix: move to npm
perso/opencode-openchamber/pipeline/head Something is wrong with the build of this commit
perso/opencode-openchamber/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
Vendored
+1
-1
@@ -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} .'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user