-
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
galaxy release task doesn't work (#155)
* 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
1 parent
2aec630
commit a38881d
Showing
3 changed files
with
6 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }}" | ||
|
@@ -73,3 +70,4 @@ jobs: | |
uses: robertdebock/[email protected] | ||
with: | ||
galaxy_api_key: ${{ secrets.galaxy_api_key }} | ||
git_branch: main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters