You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instructions/cloud-hosted-guide-microprofile-opentracing-jaeger/README.MD
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Mirror Instructions
2
-
All of the folders under `https://github.com/OpenLiberty/quick-labs/tree/master/instructions/` have a matching Gitlab repository used for SkillsNetwork labs.
3
-
When creating a new quick-labs guide some steps must be taken to ensure that future changes will be mirrored.
2
+
All of the folders under `https://github.com/OpenLiberty/cloud-hosted-guides/tree/master/instructions/` have a matching Gitlab repository used for SkillsNetwork labs.
3
+
When creating a new cloud-hosted-guides guide some steps must be taken to ensure that future changes will be mirrored.
4
4
5
5
1. Create the Quicklab
6
6
@@ -21,7 +21,7 @@ jobs:
21
21
strategy:
22
22
matrix: # Uses an array of Json variables to pass the repo names.
23
23
# The names differ between Github and Gitlab so this is necessary.
24
-
# Add new quick-labs here to add them to the mirror process.
24
+
# Add new cloud-hosted-guides here to add them to the mirror process.
25
25
# i.e. {"github":"new-lab-github-folder","gitlab":"new-lab-gitlab-url"}
Once the Gitlab repository has been created the owner/maintainer must assign the correct deploy key.
36
36
This can be done by going to `https://gitlab.com/ibm/skills-network/quicklabs/<repo-name>/settings/repository`, scrolling down to the `Deploy Keys` section and enabling the `DEPLOY_KEY_QUICK_LABS` key.
37
-
You must then navigate the the `Enabled deploy keys` tab and select the edit option for the newly added key, from here enable the `Write access allowed` setting.
37
+
You must then navigate the the `Enabled deploy keys` tab and select the edit option for the newly added key, from here enable the `Write access allowed` setting.
0 commit comments