Skip to content

Commit

Permalink
Add apt repository support for Ubuntu Kinetic (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
felicianotech committed Jun 19, 2022
1 parent 9062de8 commit cf29f45
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,4 +218,9 @@ jobs:
ssh pkg@pkg.atl.revidian.net "aptly snapshot create ftech-ubuntu-jammy--sonar-${CIRCLE_TAG} from repo ftech-ubuntu-jammy"
ssh pkg@pkg.atl.revidian.net "aptly publish switch jammy filesystem:ftech:/ubuntu ftech-ubuntu-jammy--sonar-${CIRCLE_TAG}"
# Ubuntu Kinetic
ssh pkg@pkg.atl.revidian.net "aptly repo add ftech-ubuntu-kinetic ~/incoming/sonar-${CIRCLE_TAG}/"
ssh pkg@pkg.atl.revidian.net "aptly snapshot create ftech-ubuntu-kinetic--sonar-${CIRCLE_TAG} from repo ftech-ubuntu-kinetic"
ssh pkg@pkg.atl.revidian.net "aptly publish switch kinetic filesystem:ftech:/ubuntu ftech-ubuntu-kinetic--sonar-${CIRCLE_TAG}"
ssh pkg@pkg.atl.revidian.net "rm -r ~/incoming/sonar-${CIRCLE_TAG}"

0 comments on commit cf29f45

Please sign in to comment.