Skip to content

Commit

Permalink
Upgrade to main branch and modernize configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
apollo13 committed Jan 1, 2024
1 parent 30450c9 commit 82ee2f6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 39 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: CI

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

env:
ROLE_NAME: apollo13.borgbackup
Expand All @@ -19,11 +19,11 @@ jobs:
matrix:
molecule-distro:
- "centos:7"
- "centos:8"
- "rockylinux:9"
- "ubuntu:18.04"
- "ubuntu:20.04"
- "debian:buster"
- "fedora:33"
- "ubuntu:22.04"
- "debian:bookworm"
- "fedora:38"

env:
MOLECULE_DISTRO: ${{ matrix.molecule-distro }}
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install wheel
python -m pip install molecule[ansible,docker,test,lint]
python -m pip install ansible molecule molecule-plugins[docker]
- name: Molecule test
run: |
Expand Down
31 changes: 0 additions & 31 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

_platform_defaults: &platform_defaults
image: registry.gitlab.com/rocketduck/molecule-images/${MOLECULE_DISTRO:-centos:8}
image: registry.gitlab.com/rocketduck/molecule-images/${MOLECULE_DISTRO:-rockylinux:9}
pull: true
pre_build_image: true
override_command: false
Expand Down

0 comments on commit 82ee2f6

Please sign in to comment.