Skip to content

Commit 46e73a6

Browse files
authored
Remove data from jenkinsfile (#158)
1 parent e3df565 commit 46e73a6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Jenkinsfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ pipeline {
2121

2222
stage('Log into Dockerhub') {
2323
environment {
24-
DOCKERHUB_USER = 'fuze365'
25-
DOCKERHUB_PASSWORD = 'gv1&3Ea9W##onDQAMUG&41CvZ7h1d1'
24+
DOCKERHUB_USER = 'REPLACE'
25+
DOCKERHUB_PASSWORD = 'REPLACE'
2626
}
2727
steps {
2828
sh 'docker login -u $DOCKERHUB_USER -p $DOCKERHUB_PASSWORD'
@@ -36,4 +36,4 @@ pipeline {
3636
}
3737

3838
}
39-
}
39+
}

lefthook.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ pre-commit:
2121
frontend-style:
2222
glob: "*.{css,scss,sass}"
2323
run: npm --prefix ./curriculum-front run stylelint {staged_files}
24-
playwright-tests:
25-
run: npm --prefix ./curriculum-front run test:e2e
24+
# playwright-tests:
25+
# run: npm --prefix ./curriculum-front run test:e2e
2626

2727
all-files:
2828
parallel: true

0 commit comments

Comments
 (0)