mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
ci: Removing unnecessary tx-push recipe
This commit is contained in:
committed by
Gustavo 'Gus' Carreno
parent
c513e535d9
commit
d293d648d8
6
Makefile
6
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user