Skip to content

Commit

Permalink
add status.sh to start/stop commans inside containers (#8840)
Browse files Browse the repository at this point in the history
  • Loading branch information
belforte authored Nov 28, 2024
1 parent 30bf6e4 commit 8bca36f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cicd/crabserver_pypi/status.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

set -euo pipefail

SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )

"${SCRIPT_DIR}/manage.py" status "$@"

0 comments on commit 8bca36f

Please # to comment.