summaryrefslogtreecommitdiffstats
path: root/src/suffix-rules.mk
AgeCommit message (Expand)AuthorFilesLines
2018-03-15use system provided ccache linksDamjan Marion1-6/+6
2018-03-14Clean up vpp build bootstrap stepDave Barach1-6/+6
2018-03-07VPPAPIGEN: Run tool directly from source tree.Ole Troan1-3/+4
2018-01-23VPPAPIGEN: vppapigen replacement in Python PLY.Ole Troan1-9/+7
2017-01-03Do not require external vppapigen when not cross-compilingDamjan Marion1-6/+6
2017-01-01Move java,lua api and remaining plugins to src/Damjan Marion1-3/+3
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+27
212&id=8aa467af95c4f8fbc271204c12a88fae88ec6828'>commitdiffstats
path: root/csit.infra.dash/do_run.sh
blob: c87e434416e12b3d3863914267fa861f9f8d2640 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash

set -xuo pipefail

command -v docker || exit 1

export UID=$(id -u)
export GID=$(id -g)

docker compose up --remove-orphans