Skip to content

Commit

Permalink
GHA nightly BSD: fix empty globs
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
gaborcsardi committed Nov 5, 2024
1 parent f9eaa97 commit 5fbf834
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/build/docker-deploy/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Deploy all .zip, .tgz, .tar.gz files. Run this in an Alpine Linux
# container that has R. E.g. an r-hub/r-minimal container.
SHELL := /bin/bash

all: docker-deploy

Expand All @@ -18,7 +19,7 @@ deploy:
R CMD INSTALL .
R -q --no-save -e \
'pak::pkg_install("deps::.", dependencies = "Config/Needs/deploy")'
R -q --no-save -e \
shopt -s nullglob && R -q --no-save -e \
'pak:::push_packages(normalizePath(commandArgs(TRUE)))' \
--args *.{tar.gz,tgz,zip}

Expand Down

0 comments on commit 5fbf834

Please sign in to comment.