ci(workers): fix ee build
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
parent
78e596aa6a
commit
9634339e13
1 changed files with 1 additions and 1 deletions
2
.github/workflows/workers.yaml
vendored
2
.github/workflows/workers.yaml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue