UNPKG
iamqp
Version:
latest (2.2.1)
2.2.1
2.2.0
2.1.7
2.1.6
2.1.2
2.1.1
2.0.0
1.0.9
1.0.7
1.0.6
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
RabbitMQ wrapper for NodeJS with several produce(reply)/consume scenarios
iamqp
/
bitbucket-pipelines.yml
19 lines
(16 loc)
•
305 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
image:
node:10.15.1
pipelines:
default:
-
step:
caches:
-
node
script:
-
yarn
install
-
yarn
run
test:lint
-
yarn
run
test
services:
-
rabbitmq
definitions:
services:
rabbitmq:
image:
rabbitmq