aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/ci.sh
blob: 683425ba787c2ff85caf33ca3b41d59680cb3d4a (plain) (tree)
1
2
3
4
5
6


                                     
                                 
 
                                            
#!/usr/bin/env bash

set -o errexit -o nounset -o pipefail
shopt -s inherit_errexit lastpipe

docker-compose build --progress plain --pull