This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
docker/online_review/docker/build/scripts Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
rm -rf /root/deployment/auto_pilot
3
3
4
- cp -f /root/config/online_review/build.properties.docker /root/online_review/build.properties
5
- cp -f /root/config/online_review/token.properties.docker /root/online_review/token.properties
4
+ cp -n /root/config/online_review/build.properties.docker /root/online_review/build.properties
5
+ cp -n /root/config/online_review/token.properties.docker /root/online_review/token.properties
6
6
7
- cp -f /root/config/auto_pilot/build.properties.docker /root/online_review/scripts/auto_pilot/build.properties
7
+ cp -n /root/config/auto_pilot/build.properties.docker /root/online_review/scripts/auto_pilot/build.properties
8
8
9
9
cd /root/online_review/scripts/auto_pilot
10
10
ant clean dist deploy
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
rm -rf /root/deployment/jboss-4.0.2
3
3
4
- cp -f /root/config/online_review/build.properties.docker /root/online_review/build.properties
5
- cp -f /root/config/online_review/token.properties.docker /root/online_review/token.properties
4
+ cp -n /root/config/online_review/build.properties.docker /root/online_review/build.properties
5
+ cp -n /root/config/online_review/token.properties.docker /root/online_review/token.properties
6
6
7
7
cd /root/deployment
8
8
tar xzf /root/jboss-4.0.2.tar.gz
You can’t perform that action at this time.
0 commit comments