Skip to content

Commit

Permalink
Create .gitlab-ci.yml (#16)
Browse files Browse the repository at this point in the history
For internal syncs

---------

Signed-off-by: cicdguy <26552821+cicdguy@users.noreply.github.com>
  • Loading branch information
cicdguy authored Nov 27, 2024
1 parent 803d942 commit 66e53a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ LICENSE
^LICENSE\.md$
SECURITY
^SECURITY\.md$

# GitLab CI
^.gitlab-ci.yml$
5 changes: 5 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
include:
- project: 'nest/automation/gitlab-shared-library'
ref: main
file: R/R_NEST_min.gitlab-ci.yml

0 comments on commit 66e53a4

Please sign in to comment.