This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 6cf1058b authored by Michael Breu's avatar Michael Breu
Browse files

Still fixing tests

parent 0c44670e
1 merge request!211Merge new meta data indexing
......@@ -81,8 +81,8 @@ maven-test:
variables:
DOCKER_HOST: 'tcp://docker:2375'
DOCKER_TLS_CERTDIR: ''
# APPLICATION_GITLAB_ADMINACCESSTOKEN: $APPLICATION_GITLAB_ADMINACCESSTOKEN
# APPLICATION_GITLAB_GENERALACCESSTOKEN: $APPLICATION_GITLAB_GENERALACCESSTOKEN
APPLICATION_GITLAB_ADMINACCESSTOKEN: $APPLICATION_GITLAB_ADMINACCESSTOKEN
APPLICATION_GITLAB_GENERALACCESSTOKEN: $APPLICATION_GITLAB_GENERALACCESSTOKEN
stage: test
cache:
# inherit all global cache settings
......
......@@ -916,8 +916,8 @@ public class GitlabEventService {
public void setAdminApi() throws GitLabApiException {
adminGitLabApi = gitLabRepository.getAdminGitLabApi();
logger.debug("gitlab url: {}", adminGitLabApi.getGitLabServerUrl());
logger.debug("gitlab url: {}", adminGitLabApi.getAuthToken());
logger.debug("gitlab url: {}", adminGitLabApi.getSecretToken());
// logger.debug("gitlab url: {}", adminGitLabApi.getAuthToken());
// logger.debug("gitlab url: {}", adminGitLabApi.getSecretToken());
logger.debug("gitlab user: {}", adminGitLabApi.getUserApi().getCurrentUser().getName());
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment