File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ pipeline {
21
21
22
22
stage(' Log into Dockerhub' ) {
23
23
environment {
24
- DOCKERHUB_USER = ' fuze365 '
25
- DOCKERHUB_PASSWORD = ' gv1&3Ea9W##onDQAMUG&41CvZ7h1d1 '
24
+ DOCKERHUB_USER = ' REPLACE '
25
+ DOCKERHUB_PASSWORD = ' REPLACE '
26
26
}
27
27
steps {
28
28
sh ' docker login -u $DOCKERHUB_USER -p $DOCKERHUB_PASSWORD'
@@ -36,4 +36,4 @@ pipeline {
36
36
}
37
37
38
38
}
39
- }
39
+ }
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ pre-commit:
21
21
frontend-style :
22
22
glob : " *.{css,scss,sass}"
23
23
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
26
26
27
27
all-files :
28
28
parallel : true
You can’t perform that action at this time.
0 commit comments