diff --git a/Jenkinsfile b/Jenkinsfile index 8016a93..f4b68bf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,8 +21,8 @@ pipeline { stage('Log into Dockerhub') { environment { - DOCKERHUB_USER = 'fuze365' - DOCKERHUB_PASSWORD = 'gv1&3Ea9W##onDQAMUG&41CvZ7h1d1' + DOCKERHUB_USER = 'REPLACE' + DOCKERHUB_PASSWORD = 'REPLACE' } steps { sh 'docker login -u $DOCKERHUB_USER -p $DOCKERHUB_PASSWORD' @@ -36,4 +36,4 @@ pipeline { } } -} \ No newline at end of file +} diff --git a/lefthook.yml b/lefthook.yml index 6eb5844..65431c4 100644 --- a/lefthook.yml +++ b/lefthook.yml @@ -21,8 +21,8 @@ pre-commit: frontend-style: glob: "*.{css,scss,sass}" run: npm --prefix ./curriculum-front run stylelint {staged_files} - playwright-tests: - run: npm --prefix ./curriculum-front run test:e2e + # playwright-tests: + # run: npm --prefix ./curriculum-front run test:e2e all-files: parallel: true