Skip to content

Commit

Permalink
fixed issue for cmake20
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Bang committed Jul 24, 2020
1 parent 963f226 commit 0c51c92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/run_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -e

BUILD_IMAGE=opentelemetry-cpp-build6
BUILD_IMAGEcpp20=opentelemetry-cpp20-build6
BUILD_IMAGE=opentelemetry-cpp-build
BUILD_IMAGEcpp20=opentelemetry-cpp20-build

if [[ $2 == cmake.c++20.test ]]; then
docker image inspect "$BUILD_IMAGEcpp20" &> /dev/null || {
Expand Down

0 comments on commit 0c51c92

Please sign in to comment.