Skip to content

Commit 6512381

Browse files
authored
review comments
1 parent 82dd3ab commit 6512381

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ci/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Building and running tests as a developer
22

3-
CI tests can be run inside
3+
CI tests can be run on docker by invoking the script `./ci/run_docker.sh
4+
./ci/do_ci.sh {TARGET}`or inside
45
[devcontainer](../CONTRIBUTING.md#devcontainer-setup-for-project)
56
by invoking the script
67
`./ci/do_ci.sh {TARGET}` where the targets are:

ci/run_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -e
77

88
BUILD_IMAGE=opentelemetry-cpp-build
99
docker image inspect "$BUILD_IMAGE" &> /dev/null || {
10-
docker build -t "$BUILD_IMAGE" ci
10+
docker build -t "$BUILD_IMAGE" -f .devcontainer/Dockerfile.dev .
1111
}
1212

1313
if [[ $# -ge 1 ]]; then

0 commit comments

Comments
 (0)