From ec430ff2ca304ccb035a2817772483f875ce0624 Mon Sep 17 00:00:00 2001
From: Steve Azzopardi <steveazz@outlook.com>
Date: Mon, 12 Nov 2018 09:24:26 +0100
Subject: [PATCH] Resolve conflicts in doc/

Resolve conflicts for https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8394
---
 doc/ci/examples/deployment/composer-npm-deploy.md | 4 ----
 doc/development/documentation/styleguide.md       | 4 ----
 2 files changed, 8 deletions(-)

diff --git a/doc/ci/examples/deployment/composer-npm-deploy.md b/doc/ci/examples/deployment/composer-npm-deploy.md
index ab57199d4d9..55ff131efaa 100644
--- a/doc/ci/examples/deployment/composer-npm-deploy.md
+++ b/doc/ci/examples/deployment/composer-npm-deploy.md
@@ -43,11 +43,7 @@ All these operations will put all files into a `build` folder, which is ready to
 
 You have multiple options: rsync, scp, sftp and so on. For now, we will use scp.
 
-<<<<<<< HEAD
-To make this work, you need to add a GitLab CI/CD variable, by navigating to your project's **Settings > CI/CD** and expanding **Variables**. That variable will be called `STAGING_PRIVATE_KEY` and it's the  **private** ssh key of your server.
-=======
 To make this work, you need to add a GitLab CI/CD Variable (accessible on _gitlab.example/your-project-name/variables_). That variable will be called `STAGING_PRIVATE_KEY` and it's the  **private** ssh key of your server.
->>>>>>> upstream/master
 
 ### Security tip
 
diff --git a/doc/development/documentation/styleguide.md b/doc/development/documentation/styleguide.md
index 67b27f3fd0b..97b1b890836 100644
--- a/doc/development/documentation/styleguide.md
+++ b/doc/development/documentation/styleguide.md
@@ -409,11 +409,7 @@ You can use the following fake tokens as examples.
 | Personal access token | `n671WNGecHugsdEDPsyo`                                             |
 | Application ID        | `2fcb195768c39e9a94cec2c2e32c59c0aad7a3365c10892e8116b5d83d4096b6` |
 | Application secret    | `04f294d1eaca42b8692017b426d53bbc8fe75f827734f0260710b83a556082df` |
-<<<<<<< HEAD
-| CI/CD variable           | `Li8j-mLUVA3eZYjPfd_H`                                             |
-=======
 | CI/CD variable        | `Li8j-mLUVA3eZYjPfd_H`                                             |
->>>>>>> upstream/master
 | Specific Runner token | `yrnZW46BrtBFqM7xDzE7dddd`                                         |
 | Shared Runner token   | `6Vk7ZsosqQyfreAxXTZr`                                             |
 | Trigger token         | `be20d8dcc028677c931e04f3871a9b`                                   |
-- 
2.30.9