Skip to content

Commit

Permalink
Update script
Browse files Browse the repository at this point in the history
  • Loading branch information
tutn-axonivy committed Mar 11, 2024
1 parent 867b349 commit e489ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
shell: sh
run: |
targetFolder="/home/axonivya/deployment/market-$(date +'%Y-%m-%d_%H-%M-%S')"
sudo mkdir ${targetFolder}
mkdir ${targetFolder}
cp market-test/target/market ${targetFolder}
ln -fns ${targetFolder}/market /home/axonivya/data/market

0 comments on commit e489ace

Please sign in to comment.