Transifex push script.
This commit is contained in:
parent
b42ea45409
commit
2fd066794b
13
ci/txpush.sh
Executable file
13
ci/txpush.sh
Executable file
@ -0,0 +1,13 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Make sure we can make Transifex and git operations from the Calamares Docker+Jenkins environment.
|
||||||
|
cp ~/jenkins-master/.transifexrc ~
|
||||||
|
cp ~/jenkins-master/.gitconfig ~
|
||||||
|
cp -R ~/jenkins-master/.ssh ~
|
||||||
|
|
||||||
|
cd "$WORKSPACE"
|
||||||
|
git config --global http.sslVerify false
|
||||||
|
|
||||||
|
export QT_SELECT=5
|
||||||
|
lupdate src/ -ts -no-obsolete lang/calamares_en.ts
|
||||||
|
tx push --force --source --no-interactive
|
Loading…
Reference in New Issue
Block a user