Add echo of $BRANCH contents.
This commit is contained in:
@@ -18,7 +18,7 @@ RUN npm install
|
|||||||
CMD cd /var/www/api && \
|
CMD cd /var/www/api && \
|
||||||
echo "Dockerfile: Ensure symlink is properly deleted if it exists..." && \
|
echo "Dockerfile: Ensure symlink is properly deleted if it exists..." && \
|
||||||
ls -l website/files; rm -v website/files; sleep 0 && \
|
ls -l website/files; rm -v website/files; sleep 0 && \
|
||||||
echo "Dockerfile: Clone the website's Git repo..." && \
|
echo "Dockerfile: Clone the website's Git repo... BRANCH='$BRANCH'" && \
|
||||||
rm -rfv website && \
|
rm -rfv website && \
|
||||||
git clone https://git.hyperling.com/me/nodejs-website $BRANCH website && \
|
git clone https://git.hyperling.com/me/nodejs-website $BRANCH website && \
|
||||||
echo "Dockerfile: Remove dummy files and replace with symlink..." && \
|
echo "Dockerfile: Remove dummy files and replace with symlink..." && \
|
||||||
|
Reference in New Issue
Block a user