File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -206,3 +206,5 @@ To cleanup the environment delete the container:
206
206
.. code-block :: bash
207
207
208
208
docker rm -f gitlab-test
209
+ docker rm -f gitlab-runner-test
210
+
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ Close / reopen an issue::
127
127
issue.state_event = 'reopen'
128
128
issue.save()
129
129
130
- Delete an issue::
130
+ Delete an issue (admin or project owner only) ::
131
131
132
132
project.issues.delete(issue_id)
133
133
# pr
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ Delete a project::
103
103
104
104
Fork a project::
105
105
106
- fork = project.forks.create()
106
+ fork = project.forks.create({} )
107
107
108
108
# fork to a specific namespace
109
109
fork = project.forks.create({'namespace': 'myteam'})
You can’t perform that action at this time.
0 commit comments