Skip to content

Commit

Permalink
Removing path..doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
aavanesy committed Feb 2, 2024
1 parent dcd1db3 commit 2995dd0
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 9 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/oracle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ on:
- cron: '0 1 * * *'
push:
branches: [ "main" ]
paths:
- './r_images/r_oracle/Dockerfile'
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/r-mssql-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ on:
- cron: '0 1 * * *'
push:
branches: [ "main" ]
paths:
- './r_images/r_mssql/Dockerfile'
# Publish server tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/r-postgres-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ on:
- cron: '0 1 * * *'
push:
branches: [ "main" ]
paths:
- './r_images/r_postgres/Dockerfile'
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/r-sqlite-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ on:
- cron: '0 1 * * *'
push:
branches: [ "main" ]
paths:
- './r_images/r_sqlite/Dockerfile'
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion r_images/r_sqlite/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ RUN mkdir -p /root/workspace

RUN R -q -e 'pak::pkg_install("DBI")'
RUN R -q -e 'pak::pkg_install("dm")'
RUN R -q -e 'pak::pkg_install("RSQLite") '
RUN R -q -e 'pak::pkg_install("RSQLite")'

RUN apt-get install -y gnupg lsb-release time

0 comments on commit 2995dd0

Please sign in to comment.