Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
ef4c078e
Commit
ef4c078e
authored
Dec 18, 2020
by
wr-tty
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change remote links from blob to raw
parent
04f0ec2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/topics/autodevops/upgrading_auto_deploy_dependencies.md
doc/topics/autodevops/upgrading_auto_deploy_dependencies.md
+2
-2
No files found.
doc/topics/autodevops/upgrading_auto_deploy_dependencies.md
View file @
ef4c078e
...
...
@@ -161,7 +161,7 @@ For example, if the template is bundled in GitLab v13.3, change your `.gitlab-ci
```
yaml
include
:
-
template
:
Auto-DevOps.gitlab-ci.yml
-
remote
:
https://gitlab.com/gitlab-org/gitlab/-/
blob
/v13.3.0-ee/lib/gitlab/ci/templates/Jobs/Deploy.gitlab-ci.yml
-
remote
:
https://gitlab.com/gitlab-org/gitlab/-/
raw
/v13.3.0-ee/lib/gitlab/ci/templates/Jobs/Deploy.gitlab-ci.yml
```
### Ignore warnings and continue deploying
...
...
@@ -181,7 +181,7 @@ the latest Auto Deploy template into your `.gitlab-ci.yml`:
```
yaml
include
:
-
template
:
Auto-DevOps.gitlab-ci.yml
-
remote
:
https://gitlab.com/gitlab-org/gitlab/-/
blob
/master/lib/gitlab/ci/templates/Jobs/Deploy.latest.gitlab-ci.yml
-
remote
:
https://gitlab.com/gitlab-org/gitlab/-/
raw
/master/lib/gitlab/ci/templates/Jobs/Deploy.latest.gitlab-ci.yml
```
WARNING:
...
...
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