diff options
author | Tim Rozet <trozet@redhat.com> | 2016-08-03 18:00:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-03 18:00:14 +0000 |
commit | 80783b3b94f3f1dba94bcb15d43be311e157120e (patch) | |
tree | ca51b862d834397dce421741455ded4fac74c9ae /ci/dev_deploy_check.sh | |
parent | 15f9318043b5ccfddaa3d74880a834493c871ef1 (diff) | |
parent | 2e9b552d5efe383ce08ff48a9739031f28251013 (diff) |
Merge "Build Congress RPM package"
Diffstat (limited to 'ci/dev_deploy_check.sh')
-rwxr-xr-x | ci/dev_deploy_check.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/dev_deploy_check.sh b/ci/dev_deploy_check.sh index 831ff1fd..68a9ac2b 100755 --- a/ci/dev_deploy_check.sh +++ b/ci/dev_deploy_check.sh @@ -45,3 +45,6 @@ done # Make sure jinja2 is installed easy_install-3.4 jinja2 + +# TODO(cgoncalves): remove once congress RPM is downloaded from upstream +easy_install-3.4 tox |