Skip to content
Snippets Groups Projects
Commit 2c1ff7de authored by Komal Makkar's avatar Komal Makkar
Browse files

Merge branch 'master' of...

Merge branch 'master' of https://community.opengroup.org/osdu/platform/system/register into users/komakkar/whitelistEndpointForIT
parents d194c8d6 927d265d
No related branches found
No related tags found
1 merge request!45Azure istio auth file rename
Pipeline #16888 failed
......@@ -17,6 +17,11 @@
# https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-env-vars.html
version: 0.2
env:
secrets-manager:
DOCKER_USERNAME: /osdu/devops/docker_credentials:username
DOCKER_PASSWORD: /osdu/devops/docker_credentials:password
phases:
install:
runtime-versions:
......@@ -56,6 +61,9 @@ phases:
- echo "Building integration testing assemblies and gathering artifacts..."
- ./testing/register-test-aws/build-aws/prepare-dist.sh
- echo "Logging into Docker Hub..."
- docker login -u ${DOCKER_USERNAME} -p ${DOCKER_PASSWORD}
- echo "Building docker image..."
- docker build -f provider/register-aws/build-aws/Dockerfile -t ${ECR_IMAGE} .
- docker tag ${ECR_IMAGE} ${ECR_IMAGE_BRANCH_LATEST}
......
......@@ -114,7 +114,6 @@ public abstract class TestUtils {
}
System.out.println(url);
System.out.println(httpMethod);
System.out.println(token);
System.out.println(requestBody);
System.out.println(headers);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment