Skip to content

Commit

Permalink
generate_artifacts needs to include phpmyadmin image in image tarball…
Browse files Browse the repository at this point in the history
… [skip ci][ci skip] (#2068)
  • Loading branch information
rfay committed Feb 4, 2020
1 parent 5f1b7d7 commit 399cdce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/generate_artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ esac

if [ "${BUILD_IMAGE_TARBALLS}" = "true" ]; then
# Make sure we have all our docker images, and save them in a tarball
$BUILTPATH/ddev version | awk '/drud\// {print $2;}' >/tmp/images.txt
$BUILTPATH/ddev version | awk '/(drud|phpmyadmin)\// {print $2;}' >/tmp/images.txt
for item in $(cat /tmp/images.txt); do
docker pull $item
done
Expand Down

0 comments on commit 399cdce

Please sign in to comment.