Skip to content
Snippets Groups Projects
Commit 83647493 authored by daniel.pondruff's avatar daniel.pondruff Committed by daniel.pondruff
Browse files

- remove multiple latest in DC repo

parent 3885dade
No related branches found
No related tags found
2 merge requests!7Issue16 7102,!1Codecept
......@@ -97,13 +97,13 @@ set -- "${POSITIONAL[@]}" # restore positional parameters
if [[ "${FEATURE_INSTALL}" = true ]]; then
if [[ -z "${DC_VERSION}" ]]; then
echo "Version not specified, set to latest"
DC_VERSION=2.3
DC_VERSION=2.3-latest
fi
if [[ true == "${ANY_DEB}" ]]; then
# Adding dovecot key
apt-key adv --fetch-keys https://repo.dovecot.org/DOVECOT-REPO-GPG
{
echo "deb https://repo.dovecot.org/ce-${DC_VERSION}-latest/debian/${DIST_VERSION} ${DIST_VERSION} main"
echo "deb https://repo.dovecot.org/ce-${DC_VERSION}/debian/${DIST_VERSION} ${DIST_VERSION} main"
} > /etc/apt/sources.list.d/dovecot.list
elif [[ true == "${ANY_SLES}" ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment