Loading README.md +3 −3 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ is an example `.gitlab-ci.yml` importing the python template: ```yaml --- include: - remote: https://just-ci.gitlab.io/jobs/v6.24.0/templates/python.yml - remote: https://jobs.just-ci.dev/v6.24.0/templates/python.yml variables: PYVERSION: 3.9-slim Loading Loading @@ -111,7 +111,7 @@ you want you can always disable specific jobs with custom rules. ```yaml --- include: - remote: https://just-ci.gitlab.io/jobs/v6.24.0/templates/python.yml - remote: https://jobs.just-ci.dev/v6.24.0/templates/python.yml variables: PYVERSION: 3.9-slim Loading @@ -134,7 +134,7 @@ there has been a breaking change in `master`, use an older tag like this: ```yaml --- include: - remote: https://just-ci.gitlab.io/jobs/v5.1.0/python/pylint.yml - remote: https://jobs.just-ci.dev/v5.1.0/python/pylint.yml variables: PYVERSION: 3.7-slim Loading Loading
README.md +3 −3 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ is an example `.gitlab-ci.yml` importing the python template: ```yaml --- include: - remote: https://just-ci.gitlab.io/jobs/v6.24.0/templates/python.yml - remote: https://jobs.just-ci.dev/v6.24.0/templates/python.yml variables: PYVERSION: 3.9-slim Loading Loading @@ -111,7 +111,7 @@ you want you can always disable specific jobs with custom rules. ```yaml --- include: - remote: https://just-ci.gitlab.io/jobs/v6.24.0/templates/python.yml - remote: https://jobs.just-ci.dev/v6.24.0/templates/python.yml variables: PYVERSION: 3.9-slim Loading @@ -134,7 +134,7 @@ there has been a breaking change in `master`, use an older tag like this: ```yaml --- include: - remote: https://just-ci.gitlab.io/jobs/v5.1.0/python/pylint.yml - remote: https://jobs.just-ci.dev/v5.1.0/python/pylint.yml variables: PYVERSION: 3.7-slim Loading