Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
Removing squash as vsts build doesn't support experimental features (#10
Browse files Browse the repository at this point in the history
)

* Removing squash as vsts build doesn't support experimental features

* updating code owners
  • Loading branch information
hathind-ms committed Jul 27, 2018
1 parent a7960aa commit 07b9fc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api-gateway/build
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ DOCKER_IMAGE="azureiotpcs/simulation-api-gateway"
DOCKER_LABEL2="Commit=$(git log --pretty=format:'%H' -n 1)"
DOCKER_LABEL3="Date=$(/usr/bin/env date +%Y-%m-%dT%H:%M:%S)"

docker build --squash --compress --tag "$DOCKER_IMAGE:testing" \
docker build --compress --tag "$DOCKER_IMAGE:testing" \
--label "$DOCKER_LABEL2" --label "$DOCKER_LABEL3" .
4 changes: 2 additions & 2 deletions docs/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

# Order is important; the last matching pattern takes the most precedence.

* @dluc @timlaverty
* @dluc @timlaverty @hathind-ms

LICENSE @timlaverty @dluc
LICENSE @timlaverty @dluc @hathind-ms

0 comments on commit 07b9fc8

Please sign in to comment.