Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
resume
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nimrod
resume
Commits
1dd05155
Commit
1dd05155
authored
4 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Personal registry.
parent
89c2cf3e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
README.rst
+2
-2
2 additions, 2 deletions
README.rst
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
2
−
2
View file @
1dd05155
...
...
@@ -9,14 +9,14 @@ build:
only
:
[
"
nimrod"
]
script
:
-
cid="$(basename $(cat /proc/1/cpuset))"
-
docker pull
adarnimrod
/presentation
-
docker pull
registry.shore.co.il
/presentation
-
>-
docker run
--rm
--volumes-from "$cid"
--volume "/var/www/www.shore.co.il/resume:/builds/nimrod/resume/output"
--workdir "$PWD"
adarnimrod
/presentation
registry.shore.co.il
/presentation
make
DESTDIR=output
--jobs=4
...
...
This diff is collapsed.
Click to expand it.
README.rst
+
2
−
2
View file @
1dd05155
...
...
@@ -27,13 +27,13 @@ To build the pdf version (same for odt, html, docx)
.. code:: shell
docker run -itv "$PWD:/project"
adarnimrod
/presentation make pdf
docker run -itv "$PWD:/project"
registry.shore.co.il
/presentation make pdf
To build all versions
.. code:: shell
docker run -itv "$PWD:/project"
adarnimrod
/presentation make
docker run -itv "$PWD:/project"
registry.shore.co.il
/presentation make
To upload to webserver (includes rebuilding all versions)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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