Skip to content

Commit

Permalink
update build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
lijiahangmax committed May 6, 2024
1 parent 7b6849c commit f45bb24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/orion-ops/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ cp $HOME/orion-ops/lib/machine-monitor-agent-latest.jar ./
docker build -t orion-ops:1.2.4 .
rm -f ./orion-ops-web-1.2.4.jar
rm -rf ./dist
rm -rf $HOME/orion-ops/lib/machine-monitor-agent-latest.jar
rm -rf ./machine-monitor-agent-latest.jar
5 changes: 5 additions & 0 deletions pull.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#/bin/bash
git clean -df
git reset --hard HEAD
git pull
git log -n 1

0 comments on commit f45bb24

Please sign in to comment.