From ca3526143257c034929a41dc577628b1c2bb8b8f Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 09:50:57 +0000 Subject: [PATCH 1/3] Updated pylint badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7d5d35..9100c43 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ Application made by django's instruction for **DevOps** education purposes # Pylint -![pylint](https://img.shields.io/badge/PyLint-6.20-orange?logo=python&logoColor=white) +![pylint](https://img.shields.io/badge/PyLint-6.22-orange?logo=python&logoColor=white) From 75fc4fd226c5d87b04106ba33aab23dcb474a12b Mon Sep 17 00:00:00 2001 From: Basyrov Rustam Date: Mon, 9 Jun 2025 13:35:15 +0300 Subject: [PATCH 2/3] remove README badge --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87e903a..22d0337 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: polls manage.py requirements-path: requirements.txt - readme-path: README.md + # readme-path: README.md python-version: 3.11 # python version which will lint the package - name: Set up Python From 36ff47d7f5f486f606074558dc8a005711951927 Mon Sep 17 00:00:00 2001 From: Basyrov Rustam Date: Mon, 9 Jun 2025 13:40:48 +0300 Subject: [PATCH 3/3] remove jenkins id --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4891947..987ea24 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,7 @@ pipeline { steps { withCredentials([ sshUserPrivateKey( - credentialsId: '73d234d2-3f9d-44e9-97fc-b6317070b462', + credentialsId: '${{ secrets.JENKINS_CREDS_ID }}', keyFileVariable: 'SSH_PRIVATE_KEY' ) ]) {