Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Commit

Permalink
Add MQTT_HOST env param to post-Elan mqtt-message call
Browse files Browse the repository at this point in the history
  • Loading branch information
SamStudio8 committed Mar 31, 2021
1 parent 2e922fc commit 4d59dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/control/go-full-elan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ mv inbound.nextflow.log $ELAN_DIR/staging/summary/$DATESTAMP/nf.elan.$DATESTAMP.
# Scream into the COGUK/ether
eval "$(conda shell.bash hook)"
conda activate sam-ipc
python $ELAN_SOFTWARE_DIR/bin/ipc/mqtt-message.py -t 'COGUK/infrastructure/pipelines/elan/status' --attr status finished --attr date $DATESTAMP
python $ELAN_SOFTWARE_DIR/bin/ipc/mqtt-message.py -t 'COGUK/infrastructure/pipelines/elan/status' --host $MQTT_HOST --attr status finished --attr date $DATESTAMP

0 comments on commit 4d59dd8

Please sign in to comment.