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

remove gitlab token usage

parent a74fb45b
Branches
No related tags found
No related merge requests found
Pipeline #2050 passed
#!/usr/bin/env bash
set -e
service_name="$1"
. ./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
#### TODO: remove code block when MR is merged
git clone https://common:${GIT_ACCESS_TOKEN}@code.schleswig-holstein.de/ozg-cloud/devops/build-management.git
git clone https://code.schleswig-holstein.de/ozg-cloud/devops/build-management.git
cd build-management
git checkout add-pipeline-scripts
cd ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment