Skip to content

Commit

Permalink
Remove data from jenkinsfile (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenf authored Sep 13, 2024
1 parent e3df565 commit 46e73a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -36,4 +36,4 @@ pipeline {
}

}
}
}
4 changes: 2 additions & 2 deletions lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46e73a6

Please sign in to comment.