Skip to content

Commit

Permalink
Use new build agent (#187)
Browse files Browse the repository at this point in the history
* Use new build agent

* Remove quotes
  • Loading branch information
reesercollins authored and cccs-RyanS committed Aug 16, 2022
1 parent bedea01 commit f718f00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 3 additions & 4 deletions cccs-build/superset-base/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ variables:
buildTimestamp: $[format('{0:yyyyMMddHHmmss}', pipeline.startTime)]
DOCKER_BUILDKIT: 1

pool:
vmImage: ubuntu-latest
pool: cauldron-vmss

steps:
- bash: |
Expand All @@ -32,7 +31,7 @@ steps:
- task: Docker@2
displayName: Build image
inputs:
command: 'build'
command: build
repository: $(imageRepository)
arguments: --progress=plain
dockerfile: $(dockerfile)
Expand All @@ -42,7 +41,7 @@ steps:
- task: Docker@2
displayName: Push image
inputs:
command: 'push'
command: "push"
repository: $(imageRepository)
tags: |
$(BRANCH_NAME)
Expand Down
3 changes: 1 addition & 2 deletions cccs-build/superset/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ variables:
buildTimestamp: $[format('{0:yyyyMMddHHmmss}', pipeline.startTime)]
DOCKER_BUILDKIT: 1

pool:
vmImage: ubuntu-latest
pool: cauldron-vmss

steps:
- bash: |
Expand Down

0 comments on commit f718f00

Please sign in to comment.