Skip to content

Commit

Permalink
Merge pull request #20281 from akeneo/RAB-fix-node-docker-image-version
Browse files Browse the repository at this point in the history
RAB-FIX: Fix nightly docker is no more built
  • Loading branch information
StevenVAIDIE authored Sep 25, 2023
2 parents 1c23145 + 67e32dc commit 6b47e0b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/workflows/editions/community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ aliases:

workflows:
version: 2
nightly_docker:
when:
and:
- equal: [ scheduled_pipeline, << pipeline.trigger_source >> ]
- equal: [ "nightly_docker_master", << pipeline.schedule.name >> ]
jobs:
- checkout_ce
- build_docker_images:
requires:
- checkout_ce

on_demand:
when:
Expand Down

0 comments on commit 6b47e0b

Please sign in to comment.