File tree Expand file tree Collapse file tree 4 files changed +5
-16
lines changed Expand file tree Collapse file tree 4 files changed +5
-16
lines changed Original file line number Diff line number Diff line change 98
98
run: |
99
99
cd ${{github.workspace}}/.tmp/${MODULE_ID}
100
100
cat box.json
101
+ box config set ENDPOINTS.FORGEBOX.APITOKEN=${{ secrets.BOX_CONFIG_ENDPOINTS_FORGEBOX_APITOKEN }}
101
102
box forgebox publish
102
-
103
-
104
-
105
- - name: On failure
106
- if: ${{ failure() }}
107
- run: |
108
- box server log
109
- box system-log
110
-
Original file line number Diff line number Diff line change 1
- [ ![ CI] ( https://github.com/Ortus-Solutions/ServiceBusSDK/workflows/CI/badge.svg )] ( https://github.com/Ortus-Solutions/ServiceBusSDK/actions )
2
-
3
-
4
- # Welcome to the ServiceBusSDK Module
1
+ # Welcome to the Azure ServiceBusSDK Module
5
2
6
3
Azure Service Bus is a messaging as a service platform which supports queues and topics.
7
4
Original file line number Diff line number Diff line change 1
1
{
2
- "name" :" ServiceBusSDK " ,
2
+ "name" :" Azure Service Bus SDK " ,
3
3
"author" :
" Brad Wood <[email protected] >" ,
4
- "version" :" 1.2.1 " ,
4
+ "version" :" 1.0.0 " ,
5
5
"location" :
" https://downloads.ortussolutions.com/ortussolutions/servicebussdk/@build.version@/[email protected] @.zip" ,
6
6
"slug" :" servicebussdk" ,
7
7
"type" :" modules" ,
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ component{
58
58
){
59
59
60
60
// Run the tests
61
- runTests ();
61
+ // runTests();
62
62
63
63
// Build the source
64
64
buildSource ( argumentCollection = arguments );
You can’t perform that action at this time.
0 commit comments