diff options
| author | John MacFarlane <[email protected]> | 2023-03-11 23:33:17 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-03-11 23:33:17 -0800 |
| commit | 9ea4b998d09dc46223449256f9212c6425549a2d (patch) | |
| tree | 77a1381c008e99bd8e5d78a292759a8ae1532c05 /linux/make_artifacts.sh | |
| parent | 9a79cf44138ec5bf5663f0779e740af46e8d23fb (diff) | |
`linux/make_artifacts.sh`: create ARTIFACTS directory.
Diffstat (limited to 'linux/make_artifacts.sh')
| -rw-r--r-- | linux/make_artifacts.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/make_artifacts.sh b/linux/make_artifacts.sh index 1b4d6dbe0..283b8371b 100644 --- a/linux/make_artifacts.sh +++ b/linux/make_artifacts.sh @@ -15,6 +15,7 @@ case "$MACHINE" in esac ARTIFACTS="${ARTIFACTS:-/artifacts}" +mkdir -p $ARTIFACTS # This is our sentinel that tells us when we're done. rm -f $ARTIFACTS/DONE |
