OP enable target by default

This commit is contained in:
2026-03-13 13:52:54 +01:00
parent 72e7ebe6bf
commit 60ec112e6a
2 changed files with 35 additions and 32 deletions

1
Jenkinsfile vendored
View File

@@ -93,7 +93,6 @@ pipeline {
git rm -r --cached .vscode || echo "No .vscode to remove from git"
git add -A && git commit -am "Recommit for updates in build $BUILD_NUMBER" || echo "No changes to commit"
git push origin HEAD:master
'''
}
}