only run shippable UI for devel and release branches

This commit is contained in:
Ryan Petrello
2017-08-17 13:53:04 -04:00
committed by Ryan Petrello
parent f495615435
commit c4a1dfc4e8
3 changed files with 23 additions and 5 deletions

View File

@@ -1,5 +1,4 @@
ARG TAG=latest
FROM gcr.io/ansible-tower-engineering/awx_devel:$TAG
FROM gcr.io/ansible-tower-engineering/awx_devel:latest
# For UI tests
RUN yum install -y bzip2 gcc-c++