We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea016a commit 1aa405aCopy full SHA for 1aa405a
1 file changed
build.sh
@@ -61,7 +61,7 @@ git_push() {
61
62
obs_trigger(){
63
if [[ -z "${OBS_TOKEN}" ]]; then
64
- ${curl} curl -H "Authorization: Token ${OBS_TOKEN}" -X POST "https://build.opensuse.org/trigger/runservice?project=${OBS_PROJECT}&package=${OBS_PACKAGE}"
+ ${curl} -H "Authorization: Token ${OBS_TOKEN}" -X POST "https://build.opensuse.org/trigger/runservice?project=${OBS_PROJECT}&package=${OBS_PACKAGE}"
65
else
66
echo "OBS_TOKEN not set!"
67
fi
0 commit comments