Skip to content

Commit

Permalink
ls out
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Mar 23, 2024
1 parent c8b5490 commit 76d818e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions script/package-with-ocra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ ocran pact-broker-app.rb pact-broker-app.bat config.ru config \
pact-broker-app.exe >& nohup.out &
echo $! > $HOME/pid.nohup
cat $HOME/pid.nohup
kill `cat $HOME/pid.nohup`
# kill `cat $HOME/pid.nohup`
ls
ls ocr*.tmp pact-broker-app
mv pact-broker-app/src/pact-broker-app.bat pact-broker-app/pact-broker-app.bat
zip -9rq pact-broker-app.zip pact-broker-app
# ls ocr*.tmp pact-broker-app
# mv pact-broker-app/src/pact-broker-app.bat pact-broker-app/pact-broker-app.bat
# zip -9rq pact-broker-app.zip pact-broker-app
gzip -c pact-broker-app.exe > ../pkg/pact-broker-app.exe.gz

# aibika pact-broker.rb ca-bundle.crt --verbose --output pact-broker-cli.exe \
Expand Down

0 comments on commit 76d818e

Please sign in to comment.