diff --git a/Jenkinsfile b/Jenkinsfile index 46903a0..a208b3f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,4 @@ -@Library('eo-jenkins-lib@master') import eo.Utils +@Library('eo-jenkins-lib@main') import eo.Utils pipeline { agent any diff --git a/tox.ini b/tox.ini index cee3822..70b8e15 100644 --- a/tox.ini +++ b/tox.ini @@ -35,7 +35,7 @@ passenv= usedevelop = True deps = pip > 9 - https://git.entrouvert.org/authentic.git/snapshot/authentic-master.tar.gz + https://git.entrouvert.org/authentic.git/snapshot/authentic-main.tar.gz # dependency constraints for authentic drf34: djangorestframework>=3.4,<3.4.1 drf39: djangorestframework>=3.9.2,<3.10 @@ -60,7 +60,7 @@ commands = [testenv:pylint] usedevelop = true deps = - https://git.entrouvert.org/authentic.git/snapshot/authentic-master.tar.gz + https://git.entrouvert.org/authentic.git/snapshot/authentic-main.tar.gz Django<2.3 pylint pylint-django