Skip to content

Commit

Permalink
Merge pull request #22 from seqeralabs/remove_info_check
Browse files Browse the repository at this point in the history
Remove tw info command for checking API status because it caused a crash due to a bug
  • Loading branch information
adamrtalbot authored Feb 22, 2024
2 parents 922e5c8 + 679a1c1 commit 32df60e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ LOG_JSON="tower_action_"$(uuidgen)".json"
curl https://api.tower.nf/service-info >> $LOG_FN
echo -e "\n\n------\n\n" >> $LOG_FN

# Health check - print basic settings
tw -v info \
2>> $LOG_FN | tee -a $LOG_FN

# Print the params input to a file
echo -e "$PARAMETERS" > params.json

Expand Down

0 comments on commit 32df60e

Please sign in to comment.