Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rnaseq
Manage
Activity
Members
Labels
Plan
Issues
8
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
Container Registry
Operate
Environments
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
BICF
Astrocyte
rnaseq
Commits
cc35440c
Commit
cc35440c
authored
5 years ago
by
Brandi Cantarel
Browse files
Options
Downloads
Plain Diff
Merge branch '14-CI' into 'master'
Resolve "Fix CI" Closes
#14
See merge request
!6
parents
55b54dc6
2b7402e8
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!6
Resolve "Fix CI"
Pipeline
#4091
passed with stage
in 1 hour, 57 minutes, and 14 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-4
1 addition, 4 deletions
.gitlab-ci.yml
.gitmodules
+1
-1
1 addition, 1 deletion
.gitmodules
with
2 additions
and
5 deletions
.gitlab-ci.yml
+
1
−
4
View file @
cc35440c
# Gitlab CI Script for astrocyte/rnaseq
# Brandi L. Cantarel - 2017
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
before_script
:
-
module load nextflow/0.31.0
-
git submodule update --init --recursive
-
git submodule sync --recursive
-
git submodule update --init --recursive
stages
:
-
integration
...
...
This diff is collapsed.
Click to expand it.
.gitmodules
+
1
−
1
View file @
cc35440c
[submodule "workflow/process_scripts"]
path = workflow/process_scripts
url =
git@git.biohpc.swmed.edu:BICF/Astrocyte
/process_scripts.git
url =
..
/process_scripts.git
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