Skip to content

Commit bb6d8a2

Browse files
committed
resetting
1 parent 16b7fa4 commit bb6d8a2

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/rhub.yaml

-15
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,6 @@ jobs:
6060
with:
6161
token: ${{ secrets.RHUB_TOKEN }}
6262
job-config: ${{ matrix.config.job-config }}
63-
- name: Test Set if NoSuggests
64-
if: matrix.config.label == 'nosuggests'
65-
# CHECK_ARGS from https://github.com/r-hub/containers/blob/main/containers/nosuggests/Dockerfile
66-
run: |
67-
echo $CHECK_ARGS
68-
echo $BUILD_ARGS
69-
export CHECK_ARGS="--extra-arch --ignore-vignettes"
70-
export BUILD_ARGS="--no-build-vignettes"
71-
echo $CHECK_ARGS
72-
echo $BUILD_ARGS
73-
- name: Test Get
74-
run: |
75-
print(Sys.getenv("CHECK_ARGS"))
76-
print(Sys.getenv("BUILD_ARGS"))
77-
shell: Rscript {0}
7863
- uses: r-hub/actions/run-check@v1
7964
with:
8065
token: ${{ secrets.RHUB_TOKEN }}

0 commit comments

Comments
 (0)