Skip to content

Commit

Permalink
Bump worker version
Browse files Browse the repository at this point in the history
  • Loading branch information
abs51295 committed Apr 26, 2018
1 parent 85512a3 commit 39498f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.centos.org/centos/centos:7

ENV F8A_WORKER_VERSION=4800ad6
ENV F8A_WORKER_VERSION=6f2c826

RUN yum install -y epel-release &&\
yum install -y gcc git python34-pip python34-requests httpd httpd-devel python34-devel &&\
Expand Down
2 changes: 1 addition & 1 deletion runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function prepare_venv() {
}
prepare_venv
pip3 install -r requirements.txt
pip3 install git+https://github.com/fabric8-analytics/fabric8-analytics-worker.git@4800ad6
pip3 install git+https://github.com/fabric8-analytics/fabric8-analytics-worker.git@6f2c826

export DEPLOYMENT_PREFIX="${USER}"
export WORKER_ADMINISTRATION_REGION=api
Expand Down

0 comments on commit 39498f8

Please sign in to comment.