Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pzurek authored Feb 27, 2019
1 parent ecdee64 commit a32eb38
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ cd ..

git clone https://$STOPLIGHT_USERNAME:$STOPLIGHT_GIT_TOKEN@git.stoplight.io/$STOPLIGHT_ORG/$STOPLIGHT_PROJECT.git

echo
echo "-- Environment --------------------------------------------------------"
env
echo "-----------------------------------------------------------------------"

echo
echo "-- File system --------------------------------------------------------"
tree
Expand Down

0 comments on commit a32eb38

Please sign in to comment.