Skip to content

Commit

Permalink
Ubuntu 24.04: Exclude Ruby Hello World
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 699873b8080e1b5a93ff822b2b28617e05c24ad8
  • Loading branch information
Vertexwahn committed Nov 19, 2024
1 parent 7beb9fb commit f268602
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ci/hello-world-ubuntu-24.04.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,13 @@ steps:
bazel run //:hello_world
displayName: "Hello World Python"
- script: |
ROOT_DIR=$(pwd)
cd ${ROOT_DIR}/hello_world/ruby
bazel build //...
bazel run //:hello_world
displayName: "Hello World Ruby"
#- script: |
# ROOT_DIR=$(pwd)
#
# cd ${ROOT_DIR}/hello_world/ruby
# bazel build //...
# bazel run //:hello_world
# displayName: "Hello World Ruby"

- script: |
ROOT_DIR=$(pwd)
Expand Down

0 comments on commit f268602

Please sign in to comment.