Merge "Remove envinject from javascript"
This commit is contained in:
commit
2d6a937aa7
@ -9,11 +9,6 @@
|
||||
builders:
|
||||
- revoke-sudo
|
||||
- gerrit-git-prep
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
/usr/local/jenkins/slave_scripts/version-properties.sh
|
||||
- inject:
|
||||
properties-file: version.properties
|
||||
- js-build:
|
||||
command: 'test'
|
||||
envlist: 'grunt'
|
||||
@ -46,11 +41,6 @@
|
||||
builders:
|
||||
- revoke-sudo
|
||||
- gerrit-git-prep
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
/usr/local/jenkins/slave_scripts/version-properties.sh
|
||||
- inject:
|
||||
properties-file: version.properties
|
||||
- js-build:
|
||||
command: 'build'
|
||||
envlist: 'grunt'
|
||||
@ -58,6 +48,8 @@
|
||||
project: '{name}'
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
/usr/local/jenkins/slave_scripts/version-properties.sh
|
||||
source version.properties
|
||||
|
||||
# Clean/create a tarball directory
|
||||
rm -rf tarballs
|
||||
|
Loading…
x
Reference in New Issue
Block a user