Skip to content

Commit 62ac8f5

Browse files
committed
test: fix gitlab test
1 parent efa172e commit 62ac8f5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

scripts/gitlab-setup.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,13 @@ data:
2525
token.save!
2626
2727
#add user to group
28-
g.add_member(u, :maintainer)
28+
g.add_member(u, :owner)
2929
g.save!
3030
3131
#create new project
3232
project = g.projects.create(name: "piper-e2e-test", path: "piper-e2e-test", creator:u, organization:g.organization)
3333
project.save!
34-
g.save!
35-
36-
34+
g.save!
3735
3836
#GROUP ACCESS TOKEN:
3937
# Create the group bot user. For further group access tokens, the username should be `group_{group_id}_bot_{random_string}` and email address `group_{group_id}_bot_{random_string}@noreply.{Gitlab.config.gitlab.host}`.

0 commit comments

Comments
 (0)