Skip to content

Commit

Permalink
Remove push to no longer existing silver environment for AB#16862. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianMaki authored Nov 4, 2024
1 parent a7cda58 commit ddb1d8d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Tools/BaseImage/azure/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,3 @@ steps:
tags: |
$(Build.BuildNumber)
latest
- bash: |
set -e
oc login --token=$(OpenShiftToken) --server=$(OpenShiftUri)
oc project $(SilverLicense)-tools
oc tag $(App.Name):latest $(App.Name):previous
docker tag $(DockerRepo)/$(App.Name):$(Build.BuildNumber) $(ImageRegistry)/$(SilverLicense)-tools/$(App.Name):latest
docker login $(ImageRegistry) --username=azure --password=$(OpenShiftToken)
docker push $(ImageRegistry)/$(SilverLicense)-tools/$(App.Name):latest
displayName: Push Image to OpenShift

0 comments on commit ddb1d8d

Please sign in to comment.