Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fslpy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
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
FSL
fslpy
Commits
0e1c07ae
Commit
0e1c07ae
authored
4 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Patches
Plain Diff
CI: No more deploy-doc job
parent
ff60e4df
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.ci/deploy_doc.sh
+0
-5
0 additions, 5 deletions
.ci/deploy_doc.sh
.gitlab-ci.yml
+0
-17
0 additions, 17 deletions
.gitlab-ci.yml
with
0 additions
and
22 deletions
.ci/deploy_doc.sh
deleted
100644 → 0
+
0
−
5
View file @
ff60e4df
#!/usr/bin/env bash
set
-e
rsync
-rv
doc/
"
$CI_COMMIT_REF_NAME
"
"docdeploy:"
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
0
−
17
View file @
0e1c07ae
...
...
@@ -253,23 +253,6 @@ build-pypi-dist:
##############
deploy-doc
:
<<
:
*only_upstream
<<
:
*setup_ssh
stage
:
deploy
when
:
manual
image
:
python:3.7
tags
:
-
docker
dependencies
:
-
build-doc
script
:
-
bash ./.ci/deploy_doc.sh
deploy-pypi
:
<<
:
*only_releases
<<
:
*setup_ssh
...
...
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