Skip to content

Commit

Permalink
#12 adjust for running out of user dir
Browse files Browse the repository at this point in the history
  • Loading branch information
obriensystems authored and Michael O'Brien committed Dec 13, 2017
1 parent cda829a commit 53a538a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions cd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ echo "provide onap-parameters.yaml and aai-cloud-region-put.json"
# fix virtual memory for onap-log:elasticsearch under Rancher 1.6.11 - OOM-431
sudo sysctl -w vm.max_map_count=262144
echo "remove existing oom"
cd ~/
source oom/kubernetes/oneclick/setenv.bash
oom/kubernetes/oneclick/deleteAll.bash -n onap
sleep 10
Expand Down Expand Up @@ -241,7 +240,7 @@ sudo chmod 777 /dockerdata-nfs/onap
./demo-k8s.sh init

echo "report results"
cd ~/
cd ../../../
echo "$(date)"
#set +a
}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<url>http://maven.apache.org</url>

<!-- 1.1.0/R1 specific (post Jun 2017) - current master 20170731 -->
<!-- note new repos are indended -->
<!-- note new repos are indented -->
<!-- mvn clean install -U -DskipTests=true -Dmaven.test.skip=true -Dmaven.javadoc.skip=true -->

<modules>
Expand Down

0 comments on commit 53a538a

Please sign in to comment.