Skip to content

Commit

Permalink
fix: cleanup so ko doesn't see dirty git state
Browse files Browse the repository at this point in the history
  • Loading branch information
mgabeler-lee-6rs committed Feb 15, 2025
1 parent 6feb51b commit 183a0d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ jobs:
# the mage binary, copy it over, and exec it
CGO_ENABLED=0 go tool mage -v -compile magebinary
docker cp magebinary mmmbbb-smoke:/
rm -f magebinary
# this should ask the app to shut down at the end
docker exec mmmbbb-smoke /magebinary -v testSmokeCore mmmbbb localhost:8084
wait $pid
Expand Down

0 comments on commit 183a0d5

Please sign in to comment.