mirror of https://github.com/LemmyNet/lemmy.git
Remove ansible tagging lines. (#4790)
parent
b559e0206b
commit
9236cf7d21
|
@ -10,7 +10,7 @@ third_semver=$(echo $new_tag | cut -d "." -f 3)
|
||||||
CWD="$(cd -P -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd -P)"
|
CWD="$(cd -P -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd -P)"
|
||||||
cd $CWD/../
|
cd $CWD/../
|
||||||
|
|
||||||
# The ansible and docker installs should only update for non release-candidates
|
# The docker installs should only update for non release-candidates
|
||||||
# IE, when the third semver is a number, not '2-rc'
|
# IE, when the third semver is a number, not '2-rc'
|
||||||
if [ ! -z "${third_semver##*[!0-9]*}" ]; then
|
if [ ! -z "${third_semver##*[!0-9]*}" ]; then
|
||||||
pushd docker
|
pushd docker
|
||||||
|
@ -20,14 +20,6 @@ if [ ! -z "${third_semver##*[!0-9]*}" ]; then
|
||||||
git add docker-compose.yml
|
git add docker-compose.yml
|
||||||
git add federation/docker-compose.yml
|
git add federation/docker-compose.yml
|
||||||
popd
|
popd
|
||||||
|
|
||||||
# Setting the version for Ansible
|
|
||||||
pushd ../lemmy-ansible
|
|
||||||
echo $new_tag > "VERSION"
|
|
||||||
git add "VERSION"
|
|
||||||
git commit -m"Updating VERSION"
|
|
||||||
git push
|
|
||||||
popd
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Update crate versions
|
# Update crate versions
|
||||||
|
|
Loading…
Reference in New Issue