Skip to content

Commit d72e90f

Browse files
author
Alan Christie
committed
- Removed the env and id shell commands
1 parent fba41bd commit d72e90f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Jenkinsfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ pipeline {
2424

2525
steps {
2626

27-
sh 'env'
28-
sh 'id'
2927
sh 'pip install -r package-requirements.txt'
3028

3129
dir('src/python') {
@@ -45,8 +43,6 @@ pipeline {
4543

4644
steps {
4745

48-
sh 'env'
49-
sh 'id'
5046
sh 'pip install -r package-requirements.txt'
5147

5248
dir('src/python') {

0 commit comments

Comments
 (0)