I've been trying to go through the examples in this project because they seem to really give a great overview of the different tools/utilities that will help me implement a net dev ops approach with my team. I've got the Multi-IOS Cisco Test Network (version 1) setup at devnet, I've cloned the repository, and my first step was to run the gitlab/setup.sh script. The script completed successfully with no reported problems, but the 'developer' user was not created in the gitlab instance running in Docker.
I'm not sure if the issue is with the create_gitlab_token () function or in the actual curl command later on.