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