Skip to content

Commit

Permalink
Remove deprecated syntax (#1585)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicaway committed Sep 30, 2020
1 parent 9f0ec00 commit c631f56
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
Expand Up @@ -6,7 +6,7 @@ ARG jar_name=picard.jar

# Install ant, git for building
RUN apt-get update && \
apt-get --no-install-recommends install -y --force-yes \
apt-get --no-install-recommends install -y \
git \
r-base \
ant && \
Expand Down
2 changes: 1 addition & 1 deletion build_push_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ echo # (optional) move to a new line
if [[ $REPLY =~ ^[Yy]$ ]]
then
docker build -t ${PICARD_CLOUD_TAG} --build-arg build_command=cloudJar --build-arg jar_name=picardcloud.jar .
gcloud docker -- push ${PICARD_CLOUD_TAG}
docker push ${PICARD_CLOUD_TAG}
fi

0 comments on commit c631f56

Please sign in to comment.