Skip to content

Commit

Permalink
Add Mantic support, drop Kinetic (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelicianoTech authored Aug 12, 2023
1 parent cb42be3 commit cd3fcfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,11 @@ jobs:
project: "arc"
- aptly/publish-release:
hostname: "[email protected]"
codename: "kinetic"
codename: "lunar"
project: "arc"
- aptly/publish-release:
hostname: "[email protected]"
codename: "lunar"
codename: "mantic"
project: "arc"
- run: |
ssh [email protected] "rm -r ~/incoming/arc-${CIRCLE_TAG}"

0 comments on commit cd3fcfb

Please sign in to comment.