Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
StrandLab2.net
Manage
Activity
Members
Labels
Plan
Issues
0
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
Strand Lab
StrandLab2.net
Merge requests
!95
2021 new paper
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
2021 new paper
2021_NewPaper
into
develop
Overview
0
Commits
17
Pipelines
15
Changes
32
Merged
Gervaise Henry
requested to merge
2021_NewPaper
into
develop
4 years ago
Overview
0
Commits
17
Pipelines
15
Changes
32
Expand
0
0
Merge request reports
Compare
develop
version 14
c86fa05d
4 years ago
version 13
8e44c65a
4 years ago
version 12
a4a2264b
4 years ago
version 11
502a03e8
4 years ago
version 10
abea9b52
4 years ago
version 9
da1ce631
4 years ago
version 8
7129ff1c
4 years ago
version 7
c55c0a43
4 years ago
version 6
1e7e3715
4 years ago
version 5
f5b53520
4 years ago
version 4
cbbbf0c0
4 years ago
version 3
9c68a6fd
4 years ago
version 2
96341dec
4 years ago
version 1
7a2e6289
4 years ago
develop (base)
and
latest version
latest version
627a0e10
17 commits,
4 years ago
version 14
c86fa05d
16 commits,
4 years ago
version 13
8e44c65a
15 commits,
4 years ago
version 12
a4a2264b
14 commits,
4 years ago
version 11
502a03e8
13 commits,
4 years ago
version 10
abea9b52
12 commits,
4 years ago
version 9
da1ce631
11 commits,
4 years ago
version 8
7129ff1c
10 commits,
4 years ago
version 7
c55c0a43
9 commits,
4 years ago
version 6
1e7e3715
8 commits,
4 years ago
version 5
f5b53520
7 commits,
4 years ago
version 4
cbbbf0c0
6 commits,
4 years ago
version 3
9c68a6fd
5 commits,
4 years ago
version 2
96341dec
4 commits,
4 years ago
version 1
7a2e6289
3 commits,
4 years ago
32 files
+
20437
−
46
Expand all files
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
15
−
15
Options
@@ -2,8 +2,8 @@ variables:
GIT_SUBMODULE_STRATEGY
:
recursive
before_script
:
-
module load singularity/3.
0.2
-
module load awscli
-
module load singularity/3.
5.3
-
module load awscli
/1.11.139
stages
:
-
build_stage
@@ -13,30 +13,30 @@ stages:
build.dev
:
stage
:
build_stage
script
:
-
singularity run 'docker://monachus/hugo' hugo --baseURL http://dev.strandlab.net/
-
singularity run 'docker://monachus/hugo' hugo --baseURL http://dev.strandlab.net/
artifacts
:
paths
:
-
public/
-
public/
expire_in
:
1 week
cache
:
paths
:
-
public/
-
public/
except
:
-
tags
build.live
:
stage
:
build_stage
script
:
-
singularity run 'docker://monachus/hugo' hugo
-
singularity run 'docker://monachus/hugo' hugo
artifacts
:
paths
:
-
public/
-
public/
expire_in
:
1 week
cache
:
paths
:
-
public/
-
public/
only
:
-
tags
-
tags
test
:
stage
:
test_stage
@@ -46,17 +46,17 @@ test:
deploy.dev
:
stage
:
deploy_stage
script
:
-
singularity run 'docker://monachus/hugo' hugo deploy --target aws-dev --maxDeletes -1
-
singularity run 'docker://monachus/hugo' hugo deploy --target aws-dev --maxDeletes -1
dependencies
:
-
build.dev
-
build.dev
only
:
-
master
-
master
except
:
-
tags
-
tags
deploy.live
:
stage
:
deploy_stage
script
:
-
singularity run 'docker://monachus/hugo' hugo deploy --target aws --maxDeletes -1
-
singularity run 'docker://monachus/hugo' hugo deploy --target aws --maxDeletes -1
only
:
-
tags
\ No newline at end of file
-
tags