ci(workers): fix ee build

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
Rajesh Rajendran 2021-05-11 15:47:02 +05:30
parent 78e596aa6a
commit 9634339e13
No known key found for this signature in database
GPG key ID: F9F6FCAB8BACB638

View file

@ -47,7 +47,7 @@ jobs:
# #
# Getting the images to build # Getting the images to build
# #
git diff --name-only HEAD HEAD~1 | grep backend/services | cut -d '/' -f3 | uniq > backend/images_to_build.txt git diff --name-only HEAD HEAD~1 | grep backend/services | grep -vE ^ee/ | cut -d '/' -f3 | uniq > backend/images_to_build.txt
[[ $(cat backend/images_to_build.txt) != "" ]] || (echo "Nothing to build here"; exit 0) [[ $(cat backend/images_to_build.txt) != "" ]] || (echo "Nothing to build here"; exit 0)
# #
# Pushing image to registry # Pushing image to registry