Skip to content

Commit

Permalink
fix: script test
Browse files Browse the repository at this point in the history
Signed-off-by: Scttpr <[email protected]>
  • Loading branch information
Scttpr committed Oct 29, 2024
1 parent ef660ce commit ad7ff4a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions postdeploy.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
python manage.py migrate
cd otelcol-contrib && ./otelcol-contrib --config ./config.yaml &> otelcol-output.log & echo "$!" > otel-pid
python manage.py migrate && cd otelcol-contrib && ./otelcol-contrib --config ./config.yaml &> otelcol-output.log & echo "$!" > otel-pid

0 comments on commit ad7ff4a

Please sign in to comment.