Skip to content

Commit

Permalink
Jenkinsfile: publish this package to both releases (#10)
Browse files Browse the repository at this point in the history
This is necessary because we want to do pylint checks of other packages
which depend on this one. Currently we dont have a good isolated
real WB-looking environment for this, so lets publish everything
python-ish to dev-tools repo (which is used by devenv natively).
  • Loading branch information
webconn authored Mar 31, 2023
1 parent 6a056ba commit 03ddf23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
buildDebArchAll defaultRunPythonChecks: true
buildDebArchAll defaultRunPythonChecks: true,
repos: ['release', 'devTools']

0 comments on commit 03ddf23

Please sign in to comment.