Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PiAnoS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Analyze
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
PiAnoS
PiAnoS
Commits
349809e3
There was a problem fetching the pipeline summary.
Commit
349809e3
authored
6 years ago
by
Marco De Donno
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop' into split/palmbb
parents
8a9a6c09
14595e57
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+8
-0
8 additions, 0 deletions
.gitlab-ci.yml
doc/entrypoint.sh
+3
-0
3 additions, 0 deletions
doc/entrypoint.sh
with
11 additions
and
0 deletions
.gitlab-ci.yml
+
8
−
0
View file @
349809e3
stages
:
stages
:
-
doc
-
staging
-
staging
-
deploy
-
deploy
doc
:
stage
:
doc
script
:
-
cd ./doc
-
make html
-
scp -o StrictHostKeyChecking=no -i ${PROD_KEY} -r ./build/html/* ${PROD_USER}@${PROD_HOST}:${PROD_HTML_DIRECTORY}
staging
:
staging
:
stage
:
staging
stage
:
staging
script
:
script
:
...
...
This diff is collapsed.
Click to expand it.
doc/entrypoint.sh
0 → 100644
+
3
−
0
View file @
349809e3
#!/bin/bash
echo
$(
pwd
)
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