Fixed #! linein javascript jobs
Turns out that scripts work better with correct #!/bin/bash references. Change-Id: I9ae6af660f3cc57a503a514cf8386b693e80de93
This commit is contained in:
parent
d9128dc4f3
commit
6cbb920ed4
@ -83,7 +83,7 @@
|
||||
- npm-run:
|
||||
command: 'pack'
|
||||
- shell: |
|
||||
!/bin/bash -xe
|
||||
#!/bin/bash -xe
|
||||
/usr/local/jenkins/slave_scripts/version-properties.sh
|
||||
source version.properties
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user