Skip to content

Commit

Permalink
Add script to test with Ubuntu 24
Browse files Browse the repository at this point in the history
  • Loading branch information
iainelder committed Dec 1, 2024
1 parent b46f796 commit 8a9799c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test_local_24.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash

set -euxo pipefail

script="${1:-_}"

docker run -it --rm \
--volume /var/run/docker.sock:/var/run/docker.sock \
--mount "type=bind,source=$(pwd),target=/code" \
ubuntu:24.04 \
bash -c "/code/scripts/install_in_docker.bash ${script}"

0 comments on commit 8a9799c

Please sign in to comment.