Skip to content

Commit

Permalink
make: krb5 image already built by reana-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Rodriguez committed Jun 29, 2020
1 parent 1643b38 commit e464c9d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,6 @@ release-build:
-u "${GITHUB_USER}" -t auto \
--output-component-versions $$BUILT_IMAGES_FILE_PATH \
$(addprefix --exclude-components , ${EXCLUDE_COMPONENTS}) && \
echo "Building reanahub/krb5 image" && \
cd ../reana-job-controller && \
REANA_KRB5_IMAGE_NAME="reanahub/krb5:latest" && \
docker build --file krb5/Dockerfile --tag $$REANA_KRB5_IMAGE_NAME . && \
echo $$REANA_KRB5_IMAGE_NAME >> $$BUILT_IMAGES_FILE_PATH && \
cd ../reana && \
echo "The following images have been built:" && \
./scripts/update_images.sh $$BUILT_IMAGES_FILE_PATH && \
rm $$BUILT_IMAGES_FILE_PATH
Expand Down

0 comments on commit e464c9d

Please sign in to comment.