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: behave/features/git-osc-precommit-hook.feature
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,7 @@ Background:
8
8
And I execute git-obs with args "repo clone Admin/test-GitPkgA --no-ssh-strict-host-key-checking"
9
9
And I set working directory to "{context.osc.temp}/test-GitPkgA"
10
10
And I execute "sed -i 's@^\(Version: *\) .*@\1 v1.1@' *.spec"
11
-
# running precommit services has a hard coded query, so openSUSE:Factory needs to exist
12
-
And I execute osc with args "api -X PUT '/source/openSUSE:Factory/_meta' -d '<project name="openSUSE:Factory"><title></title><description></description></project>'"
11
+
And I execute git-obs with args "meta set --apiurl='https://localhost:{context.podman.container.ports[obs_https]}' --project=test:factory"
0 commit comments