Skip to content

Commit

Permalink
Dont test on Alpine.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Apr 21, 2020
1 parent 3d34058 commit 2ccefbe
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 11 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/molecule.yml
Expand Up @@ -11,7 +11,7 @@ on:
- '*'
pull_request:
schedule:
- cron: '22 5 21 * *'
- cron: '49 11 21 * *'

jobs:
lint:
Expand All @@ -36,10 +36,6 @@ jobs:
tag: "1"
- image: "amazonlinux"
tag: "latest"
- image: "alpine"
tag: "latest"
- image: "alpine"
tag: "edge"
- image: "debian"
tag: "latest"
- image: "debian"
Expand Down
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -16,8 +16,6 @@ env:
matrix:
- image="amazonlinux" tag="1"
- image="amazonlinux" tag="latest"
- image="alpine" tag="latest"
- image="alpine" tag="edge"
- image="debian" tag="latest"
- image="debian" tag="bullseye"
- image="centos" tag="7"
Expand Down
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -97,7 +97,6 @@ This role has been tested on these [container images](https://hub.docker.com/):
|container|tags|
|---------|----|
|amazon|all|
|alpine|all|
|debian|all|
|el|7, 8|
|fedora|all|
Expand Down
3 changes: 0 additions & 3 deletions meta/main.yml
Expand Up @@ -11,9 +11,6 @@ galaxy_info:
- name: Amazon
versions:
- all
- name: Alpine
versions:
- all
- name: Debian
versions:
- all
Expand Down

0 comments on commit 2ccefbe

Please sign in to comment.