Skip to content

Commit

Permalink
docker tags needs integration stage (#4854)
Browse files Browse the repository at this point in the history
  • Loading branch information
jangorecki committed Jan 4, 2021
1 parent deac792 commit 789dfe4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Expand Up @@ -323,6 +323,7 @@ integration: ## merging all artifacts to produce single R repository, documentat
- linux
only:
- master
- tags
needs: ["mirror-packages","build","test-rel-lin","test-rel-cran-lin","test-dev-cran-lin","test-rel-vanilla-lin","test-310-cran-lin","test-344-cran-lin","test-350-cran-lin","test-rel-win","test-dev-win","test-old-win"]
script:
- Rscript -e 'pkgdown::build_site(override=list(destination="./pkgdown"))'
Expand Down

0 comments on commit 789dfe4

Please sign in to comment.