Skip to content

Commit

Permalink
Merge branch 'hotfix/v2.4.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed Dec 11, 2024
2 parents e2b774b + bb6b994 commit 183e91b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ test:
build_develop:
stage: build
image: docker:git
interruptible: true
only:
- develop
services:
Expand Down Expand Up @@ -108,6 +109,7 @@ deploy_develop:
- develop
needs:
- build_develop
interruptible: true
when: on_success
after_script:
- rm -rf ~/.ssh
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to project will be documented in this file.

## [2.4.2](https://github.com/roadiz/skeleton/compare/v2.4.1...v2.4.2) - 2024-12-11

### Bug Fixes

- Make develop jobs interruptible - ([6c1f555](https://github.com/roadiz/skeleton/commit/6c1f55569e46017038fa252f60e874c5af914621)) - Ambroise Maupate

## [2.4.1](https://github.com/roadiz/skeleton/compare/v2.4.0...v2.4.1) - 2024-12-11

### Documentation
Expand Down

0 comments on commit 183e91b

Please sign in to comment.