Skip to content
Snippets Groups Projects
Commit a74fb45b authored by Felix Reichenbach's avatar Felix Reichenbach
Browse files

try different gitlab username

parent a481e213
No related branches found
No related tags found
No related merge requests found
Pipeline #2048 passed
...@@ -10,3 +10,4 @@ target ...@@ -10,3 +10,4 @@ target
.idea .idea
*.iml *.iml
.vscode/settings.json
...@@ -4,7 +4,7 @@ service_name="$1" ...@@ -4,7 +4,7 @@ service_name="$1"
. ./gitlab/configure_git.sh . ./gitlab/configure_git.sh
# git clone --depth 1 https://$service_name:${GIT_ACCESS_TOKEN}@code.schleswig-holstein.de/ozg-cloud/devops/build-management.git ## TODO: use this when MR is merged # git clone --depth 1 https://$service_name:${GIT_ACCESS_TOKEN}@code.schleswig-holstein.de/ozg-cloud/devops/build-management.git ## TODO: use this when MR is merged
#### TODO: remove code block when MR is merged #### TODO: remove code block when MR is merged
git clone https://pipeline:${GIT_ACCESS_TOKEN}@code.schleswig-holstein.de/ozg-cloud/devops/build-management.git git clone https://common:${GIT_ACCESS_TOKEN}@code.schleswig-holstein.de/ozg-cloud/devops/build-management.git
cd build-management cd build-management
git checkout add-pipeline-scripts git checkout add-pipeline-scripts
cd .. cd ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment