Skip to content

Commit

Permalink
docker/deploy.sh: add missing ARCH_SUFFIX=rss for stacks processing e…
Browse files Browse the repository at this point in the history
…xplicit RSS files
  • Loading branch information
Phil Budne committed Jun 7, 2024
1 parent d0e9470 commit 1c46d35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ esac
# empty, so will always be processing rss files.
if [ "x$OPT_INPUTS" != x -a "x$PIPE_TYPE_PFX" = x ]; then
PIPE_TYPE_PFX=rss-
ARCH_SUFFIX=rss
fi

# prefix stack name, stats realm with pipeline type:
Expand Down Expand Up @@ -550,11 +551,14 @@ if [ "x$QUEUER_TYPE" != x ]; then
QUEUER_ARGS="$QUEUER_OPTS $QUEUER_FILES"
echo QUEUER_ARGS $QUEUER_ARGS
else
# not applicable for batch fetcher
QUEUER_ARGS='N/A'
fi

# things that vary by stack type, from most to least interesting
echo STACK_NAME $STACK_NAME
echo STATSD_REALM $STATSD_REALM
echo ARCHIVER_PREFIX $ARCHIVER_PREFIX

# function to add a parameter to JSON CONFIG file
add() {
Expand Down

0 comments on commit 1c46d35

Please sign in to comment.