#!/bin/bash

set -eo pipefail

echo 'Integration build: Pulling transifex translations.'
scl enable rh-python38 'bundle exec rake tx:pull tx:wagon:pull tx:push tx:wagon:push -t'
