quiet cloning
This commit is contained in:
parent
e3edfd5a96
commit
eee1a2c7f5
1 changed files with 102 additions and 102 deletions
|
|
@ -11,7 +11,7 @@ skip_clone: true
|
|||
matrix:
|
||||
include:
|
||||
- name: 1
|
||||
|
||||
|
||||
|
||||
steps:
|
||||
- name: 'Build binaries'
|
||||
|
|
@ -46,7 +46,7 @@ steps:
|
|||
# volumes:
|
||||
# - amd64-binaries-r-dep-cache-alpine-320:/mnt/cache
|
||||
commands:
|
||||
- git clone https://pat-s:$$GIT_RO_TOKEN@git.devxy.io/devxy/build-binaries.git .
|
||||
- git clone -q https://pat-s:$$GIT_RO_TOKEN@git.devxy.io/devxy/build-binaries.git .
|
||||
- rm -rf /mnt/cache/R-pkgs/00LOCK-r-pkg-binaries /mnt/cache/R-pkgs/00LOCK-bincraftR /mnt/cache/R-pkgs/00LOCK-pak /mnt/cache/pkgcache/R/pkgcache /mnt/cache/pkgcache/R/pkgcache /mnt/cache/R-pkgs/pkgcache
|
||||
- R -q -e 'pak::pak("git::https://gitlab.com/devxy/r-package-binaries/bincraftr.git")'
|
||||
- R -q -e 'packageVersion("bincraftR")'
|
||||
|
|
@ -99,4 +99,4 @@ steps:
|
|||
- key: 'CI'
|
||||
operator: 'Equal'
|
||||
value: 'true'
|
||||
effect: 'NoSchedule'
|
||||
effect: 'NoSchedule'
|
||||
|
|
|
|||
Loading…
Reference in a new issue