Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
wenqing
ogs
Commits
b98dc786
Verified
Commit
b98dc786
authored
Jun 16, 2020
by
Lars Bilke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ci] Avoid unnecessary cache downloads.
parent
ccc02713
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
1 deletion
+13
-1
scripts/ci/jobs/build-docs.yml
scripts/ci/jobs/build-docs.yml
+2
-0
scripts/ci/jobs/code-quality.yml
scripts/ci/jobs/code-quality.yml
+2
-0
scripts/ci/jobs/container.yml
scripts/ci/jobs/container.yml
+3
-1
scripts/ci/jobs/pre-commit.yml
scripts/ci/jobs/pre-commit.yml
+2
-0
scripts/ci/jobs/web.yml
scripts/ci/jobs/web.yml
+4
-0
No files found.
scripts/ci/jobs/build-docs.yml
View file @
b98dc786
...
...
@@ -2,6 +2,8 @@ build docs:
stage
:
build
image
:
name
:
$CONTAINER_GCC_IMAGE
extends
:
-
.defaults
before_script
:
# HACK to easier linking to the generated pages
...
...
scripts/ci/jobs/code-quality.yml
View file @
b98dc786
code_quality
:
stage
:
checks
extends
:
-
.defaults
rules
:
variables
:
DOCKER_TLS_CERTDIR
:
"
/certs"
scripts/ci/jobs/container.yml
View file @
b98dc786
...
...
@@ -9,7 +9,9 @@ container:
GIT_STRATEGY
:
fetch
OPENMPI_VERSIONS
:
'
off
2.1.6
3.1.4
4.0.1'
GIT_LFS_SKIP_SMUDGE
:
"
1"
extends
:
.container-maker-setup
extends
:
-
.defaults
-
.container-maker-setup
script
:
-
python ThirdParty/container-maker/ogscm/cli.py -B -C -R --ogs . --pm system --cvode --ompi $OPENMPI_VERSIONS
artifacts
:
...
...
scripts/ci/jobs/pre-commit.yml
View file @
b98dc786
...
...
@@ -2,6 +2,8 @@ pre commit:
stage
:
pre-checks
image
:
name
:
$PRECOMMIT_IMAGE
extends
:
-
.defaults
script
:
-
pre-commit install
-
pre-commit run --all-files
...
...
scripts/ci/jobs/web.yml
View file @
b98dc786
...
...
@@ -18,6 +18,8 @@ web url checker:
preview web site
:
stage
:
build
image
:
$WEB_IMAGE
extends
:
-
.defaults
script
:
# HACK to easier linking to the generated pages
-
echo '<meta http-equiv="REFRESH" content="0;URL=web/public/index.html">' >> WebPreview.html
...
...
@@ -41,6 +43,8 @@ preview web site:
deploy web site
:
stage
:
package
image
:
$WEB_IMAGE
extends
:
-
.defaults
script
:
-
cd web
-
yarn
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment