Pārlūkot izejas kodu

Revert "Add source bash profile to jenkins file"

This reverts commit 4912542661.
Shalom Yerushalmy 6 gadus atpakaļ
vecāks
revīzija
bb5f2a460c
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0
    1
      Jenkinsfile

+ 0
- 1
Jenkinsfile Parādīt failu

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