Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cellranger-count
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Astrocyte
Workflows
Strand Lab
cellranger-count
Commits
83ee2a04
Commit
83ee2a04
authored
1 year ago
by
John Lafin
Browse files
Options
Downloads
Patches
Plain Diff
run CI only on tags
parent
fb97feec
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+2
-0
2 additions, 0 deletions
.gitignore
.gitlab-ci.yml
+4
-0
4 additions, 0 deletions
.gitlab-ci.yml
with
6 additions
and
0 deletions
.gitignore
+
2
−
0
View file @
83ee2a04
...
@@ -4,6 +4,8 @@ workflow/*.csv
...
@@ -4,6 +4,8 @@ workflow/*.csv
test_data/pbmc_1k*
test_data/pbmc_1k*
test_data/Brain_Tumor*
test_data/Brain_Tumor*
test_data/hgmm_100_fastqs
test_data/fastqs
*.DS_Store
*.DS_Store
.history
.history
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
4
−
0
View file @
83ee2a04
...
@@ -5,6 +5,10 @@ stages:
...
@@ -5,6 +5,10 @@ stages:
-
astrocyte
-
astrocyte
-
test
-
test
workflow
:
rules
:
-
if
:
$CI_COMMIT_TAG
# Only run on tagged commits
variables
:
variables
:
GIT_STRATEGY
:
clone
# Set to avoid expected shallow list error
GIT_STRATEGY
:
clone
# Set to avoid expected shallow list error
GIT_DEPTH
:
10
# Set to avoid expected shallow list error
GIT_DEPTH
:
10
# Set to avoid expected shallow list error
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment