Skip to content

Commit

Permalink
Revert "rename rstudio-server to rstudio part 1"
Browse files Browse the repository at this point in the history
This reverts commit bbd43f3.
  • Loading branch information
eitsupi committed Aug 11, 2023
1 parent cc41c87 commit b881efc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
r-packages: ./**/r-packages/**
r-rig: ./**/r-rig/**
renv-cache: ./**/renv-cache/**
rstudio: ./**/rstudio/**
rstudio-server: ./**/rstudio-server/**
test-detects:
needs:
Expand All @@ -56,8 +56,8 @@ jobs:

- name: "Generating tests for '${{ matrix.features }}' against '${{ matrix.baseImage }}'"
run: devcontainer features test --skip-scenarios -f ${{ matrix.features }} -i ${{ matrix.baseImage }} .
# rstudio is not supported on Debian
if: matrix.features == 'rstudio' && matrix.baseImage != 'debian:stable-slim' && matrix.baseImage != 'mcr.microsoft.com/devcontainers/base:debian' || matrix.features != 'rstudio'
# rstudio-server is not supported on Debian
if: matrix.features == 'rstudio-server' && matrix.baseImage != 'debian:stable-slim' && matrix.baseImage != 'mcr.microsoft.com/devcontainers/base:debian' || matrix.features != 'rstudio-server'

test-detectes-scenarios:
if: ${{ github.event_name == 'pull_request' }}
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
- r-packages
- r-rig
- renv-cache
- rstudio
- rstudio-server
steps:
- uses: actions/checkout@v3

Expand Down
4 changes: 2 additions & 2 deletions src/rstudio-server/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "RStudio Server",
"id": "rstudio",
"id": "rstudio-server",
"version": "0.1.0",
"description": "Installs the RStudio Server, enables you to run the RStudio IDE.",
"documentationURL": "https://github.com/rocker-org/devcontainer-features/tree/main/src/rstudio",
"documentationURL": "https://github.com/rocker-org/devcontainer-features/tree/main/src/rstudio-server",
"options": {
"version": {
"type": "string",
Expand Down
6 changes: 3 additions & 3 deletions test/rstudio-server/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
"r-already-installed": {
"image": "rocker/r-ver:4.3.0",
"features": {
"rstudio": {}
"rstudio-server": {}
}
},
"version-tag": {
"image": "rocker/r-ver",
"features": {
"rstudio": {
"rstudio-server": {
"version": "2023.03.2+454"
}
}
},
"daily": {
"image": "rocker/r-ver",
"features": {
"rstudio": {
"rstudio-server": {
"version": "daily"
}
}
Expand Down

0 comments on commit b881efc

Please sign in to comment.