Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
eos
QuarkDB
Commits
69b4c3a1
Commit
69b4c3a1
authored
Mar 20, 2020
by
Georgios Bitzes
Browse files
Start publishing mkdocs site
parent
44152631
Pipeline
#1499340
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
69b4c3a1
...
...
@@ -139,6 +139,29 @@ rpms:
-
branches@eos/quarkdb
-
tags@eos/quarkdb
docs
:
stage
:
publish
image
:
gitlab-registry.cern.ch/eos/gitlab-eos/cc7:latest
dependencies
:
-
make-docs
script
:
-
automount
-
cat "$STCI_PASSWORD" | kinit stci
-
eosfusebind
-
yum install -y git
-
SNAPSHOT=$(date +%s)
-
TARGET="/eos/project/q/quarkdb/www/mkdocs/${CI_COMMIT_REF_NAME}"
-
STAGING_AREA="$TARGET-${SNAPSHOT}"
-
tree
-
cp -r make-docs/site "$STAGING_AREA"
-
packaging/replace-directory.sh "$STAGING_AREA" "$TARGET"
tags
:
-
docker-privileged
retry
:
2
only
:
-
branches@eos/quarkdb
-
tags@eos/quarkdb
#docs:
# stage: publish
# image: gitlab-registry.cern.ch/eos/gitlab-eos/cc7:latest
...
...
Write
Preview
Supports
Markdown
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