Skip to content

Commit

Permalink
πŸ›(project) fix conditions to rebuild a release to exclude plumbing
Browse files Browse the repository at this point in the history
A modification to the development environment does not impact images
or build.
  • Loading branch information
sampaccoud committed Oct 2, 2020
1 parent 0e6a08d commit d2497a4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bin/ci
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,7 @@ function update_sources() {

# Conditions to run a release's workflow
if \
check_changes "^docker-compose.yml$" || \
check_changes "^Makefile$" || \
check_changes "^docker/$" || \
check_changes "^env.d/$" || \
check_changes "^${release_path}/config/" || \
check_changes "^${release_path}/activate" || \
check_changes "^${release_path}/Dockerfile" || \
Expand Down

0 comments on commit d2497a4

Please sign in to comment.