diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bb53c945e9fb8a29606f4c5eff7ea3adbbe34d9e..cdf6b78aa10b67875006572e6b2b341f1db94825 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -175,8 +175,5 @@ pylint-lint: image: ${CI_REGISTRY_IMAGE}/pylint:${CI_COMMIT_REF_NAME} script: - echo "Reverting back to master to squash commits" - - pwd - - git status - - git pull - - git reset --soft master + # - git reset --soft master - git lint