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
Commits
83ea495a
There was an error fetching the commit references. Please try again later.
Commit
83ea495a
authored
5 years ago
by
Gervaise Henry
🤠
Browse files
Options
Downloads
Patches
Plain Diff
Add test stage of ci
parent
17f40e79
1 merge request
!23
Develop
Pipeline
#5605
failed with stages
in 31 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+13
-5
13 additions, 5 deletions
.gitlab-ci.yml
layouts/custom/hu.donor.deep.html
+3
-3
3 additions, 3 deletions
layouts/custom/hu.donor.deep.html
layouts/custom/hu.donor.shallow.html
+3
-3
3 additions, 3 deletions
layouts/custom/hu.donor.shallow.html
with
19 additions
and
11 deletions
.gitlab-ci.yml
+
13
−
5
View file @
83ea495a
...
...
@@ -7,6 +7,7 @@ before_script:
stages
:
-
build_stage
-
test_stage
-
deploy_stage
build.dev
:
...
...
@@ -20,8 +21,8 @@ build.dev:
cache
:
paths
:
-
public/
only
:
-
develop
except
:
-
tags
build.live
:
stage
:
build_stage
...
...
@@ -35,7 +36,13 @@ build.live:
paths
:
-
public/
only
:
-
master
-
tags
test
:
stage
:
test_stage
script
:
-
singularity run 'docker://18fgsa/html-proofer:gitlab-ci' htmlproofer ./public --empty_alt_ignore
deploy.dev
:
stage
:
deploy_stage
...
...
@@ -43,8 +50,8 @@ deploy.dev:
-
singularity run 'docker://monachus/hugo' hugo deploy --target aws-dev --maxDeletes -1
dependencies
:
-
build.dev
only
:
-
develop
except
:
-
tags
deploy.live
:
stage
:
deploy_stage
...
...
@@ -53,4 +60,5 @@ deploy.live:
dependencies
:
-
build.live
only
:
-
tags
-
master
\ No newline at end of file
This diff is collapsed.
Click to expand it.
layouts/custom/hu.donor.deep.html
+
3
−
3
View file @
83ea495a
...
...
@@ -104,7 +104,7 @@
<div
class=
"columnF"
>
<h4
id=
"label.ClusterVis"
>
</h3>
<div
class=
"img"
>
<div
data-proofer-ignore
class=
"img"
>
<img
id=
"img.ClusterVis"
src=
""
/>
</div>
<br>
...
...
@@ -112,7 +112,7 @@
<div
class=
"columnF"
>
<h4
id=
"label.Feature"
>
</h3>
<div
class=
"img"
>
<div
data-proofer-ignore
class=
"img"
>
<img
id=
"img.Feature"
src=
""
/>
</div>
<br>
...
...
@@ -120,7 +120,7 @@
<div
class=
"columnF"
>
<h4
id=
"label.ViolinBox"
>
</h3>
<div
class=
"img"
>
<div
data-proofer-ignore
class=
"img"
>
<img
id=
"img.ViolinBox"
src=
""
/>
</div>
<br>
...
...
This diff is collapsed.
Click to expand it.
layouts/custom/hu.donor.shallow.html
+
3
−
3
View file @
83ea495a
...
...
@@ -101,7 +101,7 @@
<div
class=
"columnF"
>
<h4
id=
"label.ClusterVis"
>
</h3>
<div
class=
"img"
>
<div
data-proofer-ignore
class=
"img"
>
<img
id=
"img.ClusterVis"
src=
""
/>
</div>
<br>
...
...
@@ -109,7 +109,7 @@
<div
class=
"columnF"
>
<h4
id=
"label.Feature"
>
</h3>
<div
class=
"img"
>
<div
data-proofer-ignore
class=
"img"
>
<img
id=
"img.Feature"
src=
""
/>
</div>
<br>
...
...
@@ -117,7 +117,7 @@
<div
class=
"columnF"
>
<h4
id=
"label.ViolinBox"
>
</h3>
<div
class=
"img"
>
<div
data-proofer-ignore
class=
"img"
>
<img
id=
"img.ViolinBox"
src=
""
/>
</div>
<br>
...
...
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