Skip to content

Commit

Permalink
Update the build to use metadata containing 3.2.0 sources (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccheetham authored May 27, 2022
1 parent 2ce2033 commit 261ee33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM steeltoe.azurecr.io/documentation-metadata:3.1.3-2.5.5-1 AS build
FROM steeltoe.azurecr.io/documentation-metadata:3.2.0-2.5.5-3 AS build
WORKDIR /docs
COPY . .
RUN docfx build -o build --globalMetadataFiles host.json
Expand Down
6 changes: 2 additions & 4 deletions azure-pipelines-metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ trigger:
paths:
include:
- azure-pipelines-metadata.yaml
- build-metadata.sh
- Dockerfile-metadata
- metadata.conf

variables:
- name: tagv3
Expand All @@ -29,8 +27,8 @@ stages:
vmImage: ubuntu-latest
steps:
- bash: |
echo '2:'$(tagv2) > metadata-versions
echo '3:'$(tagv3) >> metadata-versions
echo '2:'$(tagv2) > metadata.conf
echo '3:'$(tagv3) >> metadata.conf
displayName: Set Version
- task: Docker@2
displayName: Build and Push
Expand Down

0 comments on commit 261ee33

Please sign in to comment.