-
Tim Macdonald authored
It does the wrong thing when passing in a list of :steps. c.f. discussion at https://metaboat.slack.com/archives/C010L1Z4F9S/p1678905945881399
Tim Macdonald authoredIt does the wrong thing when passing in a list of :steps. c.f. discussion at https://metaboat.slack.com/archives/C010L1Z4F9S/p1678905945881399
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
build.sh 338 B
#!/usr/bin/env bash
set -euo pipefail
# switch to project root directory if we're not already there
script_directory=`dirname "${BASH_SOURCE[0]}"`
cd "$script_directory/.."
source "./bin/check-clojure-cli.sh"
check_clojure_cli
source "./bin/clear-outdated-cpcaches.sh"
clear_outdated_cpcaches
clojure -X:drivers:build:build/all "$@"