Skip to content

Commit

Permalink
Merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomebytes committed Mar 9, 2020
2 parents c6c80be + 1f81013 commit 02ac135
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ jobs:
docker_image_name: pepper_os_image

steps:
- script: docker login -u $(DockerHub_user) -p $(DockerHub_password)
displayName: 'docker login'
# We divide the boostrap in 3 parts to not go over the 6h limit as gcc takes ages
- script: docker build --network host -f Dockerfile -t $(DockerHub_user)/$(docker_image_name):$(Build.BuildId) .
displayName: 'docker build'
# This means up to 6h
timeoutInMinutes: 0
- script: docker login -u $(DockerHub_user) -p $(DockerHub_password)
displayName: 'docker login'
# Even if it fails I want to push the image to DockerHub for inspection
# The variables are set on the Build options on the web interface
# # Try to tag the latest failed image we ran
Expand Down

0 comments on commit 02ac135

Please sign in to comment.