Endint up where it all began
This commit is contained in:
parent
528d57851f
commit
96664c2d5f
1 changed files with 5 additions and 0 deletions
|
@ -70,6 +70,7 @@ if [ ${?} -ne 0 ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
# Preserve the war file
|
||||
mv -v ${DEV_HOME}/source/lib/javaBootcampNoEclipse{,-up-to-lesson-4}.war
|
||||
|
||||
# Clean up
|
||||
|
@ -129,6 +130,7 @@ if [ ${?} -ne 0 ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
# Preserve the war file
|
||||
mv -v ${DEV_HOME}/source/lib/javaBootcampNoEclipse{,-lesson-5}.war
|
||||
|
||||
cd ${DEV_HOME}
|
||||
|
@ -136,3 +138,6 @@ rm -vf ${DEV_HOME}/source/java/org/gibiris/javaBootcampNoEclipse/*.class
|
|||
rm -vf ${DEV_HOME}/source/java/org/gibiris/javaBootcampNoEclipse/Astro/*.class
|
||||
rm -vf ${DEV_HOME}/source/lib/javaBootcampNoEclipse.?ar
|
||||
rm -vfr ${DEV_HOME}/webapp
|
||||
|
||||
# Let's get back to where we started, git-wise
|
||||
git checkout all-lessons-in-one-shell-script
|
||||
|
|
Loading…
Reference in a new issue