ci-scala/build-and-run
Pat Garrity 8efacdcd3e
Some checks failed
/ Build and Test CI Image (pull_request) Failing after 3m25s
Rework in terms of a new CI image.
2024-03-24 10:32:50 -05:00

6 lines
164 B
Bash
Executable file

#!/bin/bash
readonly image_tag="registry.garrity.co:8443/gs/ci-scala:latest"
podman build --tag "$image_tag" .
podman run --rm -it --entrypoint bash "$image_tag"