mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
Fix travis variable name
This commit is contained in:
parent
73b153e4d9
commit
f649b231cd
@ -22,9 +22,9 @@ stages:
|
|||||||
- name: Unit test
|
- name: Unit test
|
||||||
- name: e2e Test
|
- name: e2e Test
|
||||||
- name: Create Docker PR
|
- name: Create Docker PR
|
||||||
if: TRAVIS_PULL_REQUEST != false
|
if: $TRAVIS_PULL_REQUEST != false
|
||||||
- name: Deploy Docker PR
|
- name: Deploy Docker PR
|
||||||
if: TRAVIS_PULL_REQUEST != false
|
if: $TRAVIS_PULL_REQUEST != false
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
chrome: stable
|
chrome: stable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user