Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
graemeblair committed May 27, 2017
1 parent 1b4d04f commit ea0fb72
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ git remote add upstream "https://$GH_TOKEN@github.com/DeclareDesign/declaredesig
git fetch upstream
git checkout master

Rscript -e "path <- ifelse(.Platform\$OS.type == 'windows', file.path('..', '${APPVEYOR_PROJECT_NAME:-$PKG_REPO}'), file.path('..')); \
for(pkg in dir(path, pattern = ifelse(.Platform\$OS.type == 'windows', '.zip', '.t*z'))) { print(paste('processing', pkg)); \
drat::insertPackage(file = file.path(path, pkg), \
repodir = '.', \
commit = FALSE) }"
##Rscript -e "path <- ifelse(.Platform\$OS.type == 'windows', file.path('..', '${APPVEYOR_PROJECT_NAME:-$PKG_REPO}'), file.path('..')); \
## for(pkg in dir(path, pattern = ifelse(.Platform\$OS.type == 'windows', '.zip', '.t*z'))) { print(paste('processing', pkg)); \
## drat::insertPackage(file = file.path(path, pkg), \
## repodir = '.', \
## commit = FALSE) }"

cp ../fabricatr_0.1.0.zip .

git add *

Expand Down

0 comments on commit ea0fb72

Please sign in to comment.