Skip to content

Commit a2c7b2e

Browse files
committed
chore(nsq): remove nsq
1 parent fe8a045 commit a2c7b2e

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

rootfs/Dockerfile.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ RUN echo https://dl-cdn.alpinelinux.org/alpine/edge/testing >>/etc/apk/repositor
2727
su-exec \
2828
bash \
2929
shadow \
30-
nsq \
3130
postgresql \
3231
redis \
3332
&& mkdir -p /run/postgresql $PGDATA \

rootfs/bin/test-unit

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@
66
# fail hard and fast even on pipelines
77
set -eou pipefail
88

9-
function start_nsq() {
10-
cd /tmp
11-
nohup nsqd > /var/log/nsqd.log 2>&1 &
12-
cd -
13-
}
14-
159
function start_redis() {
1610
cd /tmp
1711
nohup redis-server > /var/log/redis.log 2>&1 &
@@ -25,7 +19,6 @@ function start_celery() {
2519
}
2620

2721
su-exec postgres pg_ctl -D "$PGDATA" start
28-
start_nsq
2922
start_redis
3023
start_celery
3124
python3 manage.py check

0 commit comments

Comments
 (0)