mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-25 16:04:01 +00:00
Adding extra log to narrow down where gitlab error occurs
This commit is contained in:
parent
ef65273b81
commit
7ad98e2ae6
@ -13,6 +13,10 @@ GITLAB_URL="http://localhost:$EXTERNAL_PORT"
|
||||
echo "export PERSONAL_ACCESS_TOKEN=$PERSONAL_ACCESS_TOKEN" >> ~/.profile
|
||||
echo "export GITLAB_URL=$GITLAB_URL" >> ~/.profile
|
||||
|
||||
echo Checking that variables are set
|
||||
echo $PERSONAL_ACCESS_TOKEN
|
||||
echo $GITLAB_URL
|
||||
|
||||
echo Tail and wait
|
||||
gitlab-ctl tail&
|
||||
wait
|
||||
Loading…
x
Reference in New Issue
Block a user