diff --git a/gitlab/bootstrap/gitlab.tar.gz b/gitlab/bootstrap/gitlab.tar.gz index 4ad1807..3f1d0b7 100644 Binary files a/gitlab/bootstrap/gitlab.tar.gz and b/gitlab/bootstrap/gitlab.tar.gz differ diff --git a/gitlab/bootstrap/setup.sh b/gitlab/bootstrap/setup.sh index b5d55d3..021ce64 100755 --- a/gitlab/bootstrap/setup.sh +++ b/gitlab/bootstrap/setup.sh @@ -43,6 +43,4 @@ until $(curl --output /dev/null --silent --head --fail http://localhost); do sleep 5 done -echo -e '\nGitLab is up and running! \U1F680' -echo "Username: root" -docker exec -it $container_name grep 'Password:' /etc/gitlab/initial_root_password \ No newline at end of file +echo -e '\nGitLab is up and running! \U1F680' \ No newline at end of file diff --git a/gitlab/readme.md b/gitlab/readme.md index f8ebbc0..e1770d0 100644 --- a/gitlab/readme.md +++ b/gitlab/readme.md @@ -33,7 +33,7 @@ This lab bootstraps a Valet environment using GitHub Codespaces and enables you - Click the `PORTS` tab in the codespace terminal window. - In the row that starts with `80` mouse over the address under the column heading `Local Address`, and click the globe icon. - Verify a new browser tab opened to the GitLab login screen. - - Login with the username and password printed in the terminal after step 3, if that is not available you can run the command again in the terminal to get it `source gitlab/bootstrap/setup.sh`. + - Login with the username: `root` and password: `valet-labs!`. - Verify that you can see the auto populated projects in GitLab, under the `valet` namespace by clicking the `Menu` icon in GitLab, then `Your projects`. ## Labs for GitLab