Skip to content

Commit dc617be

Browse files
committed
Merge branch 'development'
2 parents b634570 + 44f3d0d commit dc617be

File tree

4 files changed

+5
-16
lines changed

4 files changed

+5
-16
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,5 @@ jobs:
9898
run: |
9999
cd ${{github.workspace}}/.tmp/${MODULE_ID}
100100
cat box.json
101+
box config set ENDPOINTS.FORGEBOX.APITOKEN=${{ secrets.BOX_CONFIG_ENDPOINTS_FORGEBOX_APITOKEN }}
101102
box forgebox publish
102-
103-
104-
105-
- name: On failure
106-
if: ${{ failure() }}
107-
run: |
108-
box server log
109-
box system-log
110-

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
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
52

63
Azure Service Bus is a messaging as a service platform which supports queues and topics.
74

box.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name":"ServiceBusSDK",
2+
"name":"Azure Service Bus SDK",
33
"author":"Brad Wood <[email protected]>",
4-
"version":"1.2.1",
4+
"version":"1.0.0",
55
"location":"https://downloads.ortussolutions.com/ortussolutions/servicebussdk/@build.version@/[email protected]@.zip",
66
"slug":"servicebussdk",
77
"type":"modules",

build/Build.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ component{
5858
){
5959

6060
// Run the tests
61-
runTests();
61+
//runTests();
6262

6363
// Build the source
6464
buildSource( argumentCollection=arguments );

0 commit comments

Comments
 (0)