Skip to content

Commit

Permalink
Merge pull request #29 from FundingCircle/GDP-1766_add_department
Browse files Browse the repository at this point in the history
[GDP-1766] Add departmentName to identify calls
  • Loading branch information
danielcmessias authored Oct 16, 2023
2 parents 12fe992 + 71e5045 commit d39e235
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,17 @@ steps:
ENVIRONMENT: production
AMPLITUDE_API_KEY: f0b9cf5c530426c3dbacb91e74f009a5

# Push the staging image, tagged with the branch name. Useful for testing the image in fc-datahub.
- name: docker_frontend_development
<<: *docker_build_config
settings:
context : /drone/src/staging/
dockerfile: /drone/src/staging/docker/datahub-frontend/Dockerfile
tags:
- ${DRONE_BRANCH//\//-}
depends_on:
- build_frontend_staging

- name: docker_frontend_staging
<<: *docker_build_config
<<: *when_internal_branch
Expand Down
1 change: 1 addition & 0 deletions datahub-web-react/src/graphql/me.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ query getMe {
lastName
fullName
email
departmentName
}
editableProperties {
displayName
Expand Down

0 comments on commit d39e235

Please sign in to comment.