Skip to content

Commit

Permalink
enable engine build and test
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbutongit committed Jul 10, 2020
1 parent 1df4225 commit ca3de3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/circle_trigger.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ PACKAGES=$(ls ${ROOT} -l | grep ^d | awk '{print $9}')
echo "Searching for changes since commit [${LAST_COMPLETED_BUILD_SHA:0:7}] ..."

## The CircleCI API parameters object
PARAMETERS='"trigger":false, "designer":true, "runner":true'
PARAMETERS='"trigger":false, "designer":true, "runner":true, "engine":true'
COUNT=2

## Get the list of workflows in current branch for which the CI is currently in failed state
Expand Down

0 comments on commit ca3de3b

Please sign in to comment.