Skip to content

Commit

Permalink
rename scripts to standard names required by other higher level scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed May 26, 2019
1 parent 7e573af commit 0bac237
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: build image
command: |
set -ev
./sh/build.sh
./pipe_build_up_test.sh
- run:
name: publish image on dockerhub
command: |
Expand Down
2 changes: 1 addition & 1 deletion pipe_build_up_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ set -e

readonly ROOT_DIR="$( cd "$( dirname "${0}" )" && pwd )"

"${ROOT_DIR}/sh/build.sh"
"${ROOT_DIR}/sh/build_docker_images.sh"
File renamed without changes.

0 comments on commit 0bac237

Please sign in to comment.