Skip to content

Commit a4d25cf

Browse files
committed
adjust details in steps...
1 parent 2f38af0 commit a4d25cf

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Jenkinsfiles/Jenkinsfile.cbc-run-multi-pr-checks-w-selenium-chromium

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,6 @@ pipeline {
5050
}
5151
}
5252

53-
stage("Check out bluebutton-css") {
54-
steps {
55-
sh """
56-
git clone https://github.com/CMSgov/bluebutton-css.git
57-
"""
58-
}
59-
}
60-
6153
stage("REPORT Python Version") {
6254
steps {
6355
sh """
@@ -109,8 +101,6 @@ pipeline {
109101
}
110102
steps{
111103
sh """
112-
rm -rf ./docker-compose/tmp/
113-
mkdir ./docker-compose/tmp
114104
USE_NEW_PERM_SCREEN=true pytest ./apps/integration_tests/logging_tests.py::TestLoggings::test_auth_fhir_flows_logging
115105
"""
116106
}
@@ -147,6 +137,5 @@ pipeline {
147137
"""
148138
}
149139
}
150-
151140
}
152141
}

0 commit comments

Comments
 (0)