Skip to content

Commit a027510

Browse files
authored
Apply fixes from testing in staging (#12)
Removed nonsense match in hook rules for releases, and fix paths to scripts for hook calls.
1 parent de02563 commit a027510

File tree

3 files changed

+2
-26
lines changed

3 files changed

+2
-26
lines changed

plugins/hooks.json

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -86,18 +86,6 @@
8686
"name": "action"
8787
}
8888
}
89-
},
90-
{
91-
"match":
92-
{
93-
"type": "value",
94-
"value": "success",
95-
"parameter":
96-
{
97-
"source": "payload",
98-
"name": "check_suite.conclusion"
99-
}
100-
}
10189
}
10290
]
10391
}
@@ -141,18 +129,6 @@
141129
"name": "action"
142130
}
143131
}
144-
},
145-
{
146-
"match":
147-
{
148-
"type": "value",
149-
"value": "success",
150-
"parameter":
151-
{
152-
"source": "payload",
153-
"name": "check_suite.conclusion"
154-
}
155-
}
156132
}
157133
]
158134
}

plugins/scripts/hook-deploy-plugin-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ set -eux
99

1010
# Read from args to get the URL we should download (from the webhook payload), and
1111
# delegate to a script we share with init_release.sh
12-
/scripts/deploy_release.sh gwt-eclipse-plugin "$1"
12+
/scripts/deploy-release.sh gwt-eclipse-plugin "$1"

plugins/scripts/hook-deploy-sdk-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ set -eux
99

1010
# Read from args to get the URL we should download (from the webhook payload), and
1111
# delegate to a script we share with init_release.sh
12-
/scripts/deploy_release.sh gwt-sdk-plugins "$1"
12+
/scripts/deploy-release.sh gwt-sdk-plugins "$1"

0 commit comments

Comments
 (0)