Skip to content

Commit

Permalink
list full path to docker directory so docker build succeeds - previou…
Browse files Browse the repository at this point in the history
…sly resorted to docker pull
  • Loading branch information
georgemccabe committed Aug 11, 2020
1 parent 15e1e79 commit 8b240c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/travis_jobs/docker_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ echo Get Docker image: ${DOCKERHUB_TAG}

# Note: adding --build-arg <arg-name> without any value tells docker to
# use value from local environment (export DO_GIT_CLONE)
docker build -t ${DOCKERHUB_TAG} --build-arg SOURCE_BRANCH=${DOCKERHUB_DEFAULT_TAGNAME} --build-arg MET_BRANCH=${DOCKERHUB_MET_TAGNAME} --build-arg DO_GIT_CLONE internal_tests/docker
docker build -t ${DOCKERHUB_TAG} --build-arg SOURCE_BRANCH=${DOCKERHUB_DEFAULT_TAGNAME} --build-arg MET_BRANCH=${DOCKERHUB_MET_TAGNAME} --build-arg DO_GIT_CLONE ${TRAVIS_BUILD_DIR}/internal_tests/docker
docker images
docker run --rm -e "PATH=/metplus/METplus/ush:$PATH" -v ${OWNER_BUILD_DIR}:/metplus ${DOCKERHUB_TAG} /bin/bash -c 'which master_metplus.py;ls -al /metplus;python3 -V'

0 comments on commit 8b240c1

Please sign in to comment.