Skip to content

Commit

Permalink
NR-144355: remove al2022 from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rogercoll committed Aug 18, 2023
1 parent 66595e6 commit 6086fe4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_build_docker_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
strategy:
matrix:
dockerfile:
- al2022
- al2023
- al2
- centos7
- centos8
- debian-bullseye
- debian-buster
- debian-bookworm
- redhat8
- redhat9
- suse15.2
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Github action that tests the correct installation of a given package and version
## Available platforms

- al2
- al2022
- al2023
- centos7
- centos8
Expand Down
4 changes: 2 additions & 2 deletions prepare_platform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ if [[ "${TRACE-0}" == "1" ]]; then set -o xtrace; fi


if [[ "${1-}" =~ ^-*h(elp)?$ ]]; then
echo 'Usage: ./prepare_platform.sh "al2,al2022"
echo 'Usage: ./prepare_platform.sh "al2,al2023"
This is a bash script to make generate a Molecule configutaion.
'
exit
fi

available_platforms=("al2" "al2022" "al2023" "centos7" "centos8" "debian-bullseye" "debian-buster" "debian-bookworm" "redhat8" "redhat9" "suse15.2" "suse15.3" "suse15.4" "ubuntu1604" "ubuntu1804" "ubuntu2004" "ubuntu2204")
available_platforms=("al2" "al2023" "centos7" "centos8" "debian-bullseye" "debian-buster" "debian-bookworm" "redhat8" "redhat9" "suse15.2" "suse15.3" "suse15.4" "ubuntu1604" "ubuntu1804" "ubuntu2004" "ubuntu2204")

# check_platforms verifies that the provided platforms are available
check_platforms() {
Expand Down

0 comments on commit 6086fe4

Please sign in to comment.