You've already forked ansible-role-repo-epel
fix: Use plugin from organisation 💚
This commit is contained in:
18
.github/workflows/CI.yml
vendored
18
.github/workflows/CI.yml
vendored
@@ -15,8 +15,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
cache: 'pip' # caching pip dependencies
|
cache: 'pip' # caching pip dependencies
|
||||||
|
|
||||||
- name: Ensure requirements are installed
|
- name: Ensure requirements are installed
|
||||||
run: pip install -r requirements.txt
|
run: pip install -r requirements.txt
|
||||||
|
|
||||||
- name: Lint with ansible-lint
|
- name: Lint with ansible-lint
|
||||||
run: ansible-lint --exclude ./tests -c ".ansible-lint"
|
run: ansible-lint --exclude ./tests -c ".ansible-lint"
|
||||||
env:
|
env:
|
||||||
@@ -64,14 +66,14 @@ jobs:
|
|||||||
- uses: actions/setup-go@v5
|
- uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: '1.22'
|
go-version: '1.22'
|
||||||
- name: Install gitea provider for Go Semantic Release
|
# - name: Install gitea provider for Go Semantic Release
|
||||||
run: |
|
# run: |
|
||||||
mkdir -p .semrel/$(go env GOOS)_$(go env GOARCH)/provider-gitea/${GITEA_PROVIDER_VER}/ && \
|
# mkdir -p .semrel/$(go env GOOS)_$(go env GOARCH)/provider-gitea/${GITEA_PROVIDER_VER}/ && \
|
||||||
wget https://github.com/cybercinch/go-semantic-release-provider-gitea/releases/download/v${GITEA_PROVIDER_VER}/go-semantic-release-provider-gitea_v${GITEA_PROVIDER_VER}_linux_amd64 \
|
# wget https://github.com/cybercinch/go-semantic-release-provider-gitea/releases/download/v${GITEA_PROVIDER_VER}/go-semantic-release-provider-gitea_v${GITEA_PROVIDER_VER}_linux_amd64 \
|
||||||
-O .semrel/$(go env GOOS)_$(go env GOARCH)/provider-gitea/${GITEA_PROVIDER_VER}/gitea && \
|
# -O .semrel/$(go env GOOS)_$(go env GOARCH)/provider-gitea/${GITEA_PROVIDER_VER}/gitea && \
|
||||||
chmod a+x .semrel/$(go env GOOS)_$(go env GOARCH)/provider-gitea/${GITEA_PROVIDER_VER}/gitea
|
# chmod a+x .semrel/$(go env GOOS)_$(go env GOARCH)/provider-gitea/${GITEA_PROVIDER_VER}/gitea
|
||||||
env:
|
# env:
|
||||||
GITEA_PROVIDER_VER: 1.0.11
|
# GITEA_PROVIDER_VER: 1.0.11
|
||||||
- run: |
|
- run: |
|
||||||
echo "github repo: ${GITHUB_REPOSITORY}"
|
echo "github repo: ${GITHUB_REPOSITORY}"
|
||||||
echo "env vars: $(env)"
|
echo "env vars: $(env)"
|
||||||
|
|||||||
Reference in New Issue
Block a user