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
An error occurred while fetching the assigned milestone of the selected merge_request.
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
1
Expand
0
0
Merge request reports
Viewing commit
9c68a6fd
Prev
Next
Show latest version
1 file
+
13
−
13
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
9c68a6fd
Fix indents in ci
· 9c68a6fd
Gervaise Henry
authored
4 years ago
.gitlab-ci.yml
+
13
−
13
Options
@@ -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