Browse Source

Revert "Add source bash profile to jenkins file"

This reverts commit 4912542661.
Shalom Yerushalmy 6 years ago
parent
commit
bb5f2a460c
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      Jenkinsfile

+ 0
- 1
Jenkinsfile View File

5
       steps {
5
       steps {
6
       ansiColor('xterm') {
6
       ansiColor('xterm') {
7
         sh '''#!/bin/bash -ex
7
         sh '''#!/bin/bash -ex
8
-source ~/.bash_profile
9
 npm install
8
 npm install
10
 npm run clean'''
9
 npm run clean'''
11
         }
10
         }