Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ This section briefly describes the expected outcomes of the current build pipeli
- The packages are built from the correct branch and channel and are the correct version. This done by running `algod -v`.
+ This is done for the following docker containers:
- centos:7
- centos:8
- quay.io/centos/centos:stream8
- fedora:28
- ubuntu:16.04
- ubuntu:18.04
Expand Down
2 changes: 1 addition & 1 deletion scripts/release/test/util/test_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -ex

OS_LIST=(
centos:7
centos:8
quay.io/centos/centos:stream8
fedora:28
ubuntu:16.04
ubuntu:18.04
Expand Down
2 changes: 1 addition & 1 deletion test/packages/test_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fi

OS_LIST=(
centos:7
centos:8
quay.io/centos/centos:stream8
fedora:28
ubuntu:16.04
ubuntu:18.04
Expand Down
2 changes: 1 addition & 1 deletion test/platform/test_linux_amd64_compatibility.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ END_FG_COLOR=$(tput sgr0 2>/dev/null)

OS_LIST=(
centos:7
centos:8
quay.io/centos/centos:stream8
fedora:28
ubuntu:16.04
ubuntu:18.04
Expand Down