Skip to content

Commit

Permalink
Add debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
prasanthu committed Jun 22, 2018
1 parent 4f25f25 commit 3e6d0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pseudonym-server/cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
steps:
# Check if branch is master [using same script as prime]
- name: ubuntu
args: ['bash', 'prime/script/check_repo.sh', '$BRANCH_NAME:$TAG_NAME']
args: ['bash', 'prime/script/check_repo.sh', 'test-$BRANCH_NAME:$TAG_NAME']
# Gradle clean and build pseudonym-server & its dependencies only
- name: gcr.io/cloud-builders/gradle
args: ['clean', 'pseudonym-server:build']
Expand Down

0 comments on commit 3e6d0f3

Please sign in to comment.