Update lemmy-ui version in docker-compose files on release (fixes #1164) #111

Merged
dessalines merged 1 commits from update-lemmy-ui into main 2020-10-05 16:49:53 +00:00
Owner
No description provided.
nutomic reviewed 2020-10-02 15:25:17 +00:00
@ -5,3 +5,3 @@
# Creating the new tag
new_tag="$1"
third_semver=$(echo $new_tag | cut -d "." -f 3)
#third_semver=$(echo $new_tag | cut -d "." -f 3)
Author
Owner

unused

unused
nutomic reviewed 2020-10-02 15:25:47 +00:00
@ -21,2 +21,3 @@
sed -i "s/dessalines\/lemmy-ui:.*/dessalines\/lemmy-ui:$new_tag/" ../dev/docker-compose.yml
sed -i "s/dessalines\/lemmy-ui:.*/dessalines\/lemmy-ui:$new_tag/" ../federation/docker-compose.yml
sed -i "s/dessalines\/lemmy:.*/dessalines\/lemmy:$new_tag/" ../prod/docker-compose.yml
sed -i "s/dessalines\/lemmy:.*/dessalines\/lemmy:$new_tag/" ../../ansible/templates/docker-compose.yml
Author
Owner

This file doesnt contain the version (its fetched during the ansible run).

This file doesnt contain the version (its fetched during the ansible run).
dessalines reviewed 2020-10-05 15:16:11 +00:00
@ -25,3 +30,3 @@
git add ../../ansible/templates/docker-compose.yml
git add ../travis/docker_push.sh
exit
Owner

I think you forgot to remove this one.

I think you forgot to remove this one.
Author
Owner

Whoops, fixed.

Whoops, fixed.
dessalines merged commit 38f4c5f310 into main 2020-10-05 16:49:53 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: LemmyNet/lemmy#111
No description provided.