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 f9df018 commit e020a2b
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,8 @@ cd ..

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

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

# git config --global user.email "[email protected]"
# git config --global user.name "Your Name"

echo
echo "-- File system --------------------------------------------------------"
tree
echo "-----------------------------------------------------------------------"
git config --global user.email $GIT_USER_EMAIL
git config --global user.name $GIT_USER_NAME

cp ./workspace/$HUB_FILEPATH ./$STOPLIGHT_PROJECT/$HUB_FILEPATH

Expand Down

0 comments on commit e020a2b

Please sign in to comment.