ci: Removing unnecessary tx-push recipe

This commit is contained in:
Gustavo Carreno
2025-10-21 19:50:48 +01:00
committed by Gustavo 'Gus' Carreno
parent c513e535d9
commit d293d648d8

View File

@@ -24,7 +24,7 @@ endif
TRANSIFEX_TOKEN ?= help
.PHONY: all clean tx-push tx-pull copy-locale build-mo build-gtk2 run-gtk2 build-qt5 run-qt5 deb-package tar-gtk2 tar-qt5
.PHONY: all clean tx-pull copy-locale build-mo build-gtk2 run-gtk2 build-qt5 run-qt5 deb-package tar-gtk2 tar-qt5
all: clean tx-pull build-mo build-gtk2 build-qt5 deb-package tar-gtk2 tar-qt5
@@ -34,10 +34,6 @@ clean:
@rm -f ./out/gtk2/* ./out/qt5/*
@rm -rf ./deb ./rpm ./tar ./dist
tx-push:
@echo "=== Pushing to Transifex"
# Need to ask Ansgar how he pushes to Transifex
tx-pull:
@echo "=== Pulling from Transifex"
@TX_TOKEN=$(TRANSIFEX_TOKEN) ./extra/internationalization/tx pull -a