Skip to content

Commit

Permalink
Merge pull request #87 from yzainee/graph_report
Browse files Browse the repository at this point in the history
Utils version update
  • Loading branch information
yzainee-zz authored Jul 3, 2019
2 parents 437a52d + cf0570e commit ad5f98f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM registry.centos.org/centos/centos:7

ENV APP_DIR='/f8a_report' \
F8A_UTIL_VERSION=d6c3ac8
F8A_UTIL_VERSION=de8046b

WORKDIR ${APP_DIR}

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.rhel
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FROM quay.io/openshiftio/rhel-base-python3:latest

ENV APP_DIR='/f8a_report' \
F8A_UTIL_VERSION=d6c3ac8
F8A_UTIL_VERSION=de8046b

WORKDIR ${APP_DIR}

Expand Down
2 changes: 1 addition & 1 deletion runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ NORMAL=$(tput sgr0)
RED=$(tput bold && tput setaf 1)
GREEN=$(tput bold && tput setaf 2)
YELLOW=$(tput bold && tput setaf 3)
F8A_UTIL_VERSION=d6c3ac8
F8A_UTIL_VERSION=de8046b

printf "%sShutting down docker-compose ..." "${NORMAL}"

Expand Down

0 comments on commit ad5f98f

Please sign in to comment.