Skip to content

Commit

Permalink
galaxy release task doesn't work (#155)
Browse files Browse the repository at this point in the history
* checkout v4
* use latest molecule action
* Delete tox.ini
* remove old distros
* test with latest rclone-release
* fixing the permissions for /tmp
  • Loading branch information
stefangweichinger authored Jul 8, 2024
1 parent 2aec630 commit a38881d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 34 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,32 +32,29 @@ jobs:
scenario:
- default
distros:
- debian10
- debian11
- debian12
- fedora34
- fedora35
- fedora36
- ubuntu1804
- ubuntu2004
- ubuntu2204
releases:
- stable
- beta
versions:
- "1.60.0"
- "1.67.0"
- ""
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: "${{ github.repository }}"
- name: Workaround Git Security Warning
run: |
# Workaround a bug in github actions:
git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: molecule
uses: robertdebock/molecule-action@4.0.9
uses: robertdebock/molecule-action@6.0.1
env:
MOLECULE_DISTRO: "${{ matrix.distros }}"
TEST_RELEASE: "${{ matrix.releases }}"
Expand All @@ -73,3 +70,4 @@ jobs:
uses: robertdebock/[email protected]
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}
git_branch: main
3 changes: 2 additions & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ platforms:
image: "geerlingguy/docker-${MOLECULE_DISTRO:-debian11}-ansible:latest"
command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
privileged: true
pre_build_image: true
provisioner:
Expand Down
27 changes: 0 additions & 27 deletions tox.ini

This file was deleted.

0 comments on commit a38881d

Please sign in to comment.