Skip to content

Commit

Permalink
Trying to fix docker limits in travis (again).
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Jan 14, 2021
1 parent 4a5f750 commit d4da72e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ sub_pull() {
exit 1
fi

docker pull $IMAGE_NAME:deps || true
docker pull $IMAGE_NAME:deps && docker tag $IMAGE_NAME:deps metacall/core:deps || true

docker pull $IMAGE_NAME:dev || true
docker pull $IMAGE_NAME:dev && docker tag $IMAGE_NAME:dev metacall/core:dev || true

docker pull $IMAGE_NAME:runtime || true
docker pull $IMAGE_NAME:runtime && docker tag $IMAGE_NAME:runtime metacall/core:runtime || true

docker pull $IMAGE_NAME:cli || true
docker pull $IMAGE_NAME:cli && docker tag $IMAGE_NAME:cli metacall/core:cli || true
}

# Build MetaCall Docker Compose (link manually dockerignore files)
Expand Down

0 comments on commit d4da72e

Please sign in to comment.