summaryrefslogtreecommitdiff
path: root/azure/i386
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2019-06-11 11:09:06 +0200
committerJoe Watkins <krakjoe@php.net>2019-06-11 11:09:06 +0200
commita36e381e57bdb1a95707198d3eecc5a209c56c97 (patch)
tree1e048922633c8ef00f7d9a21323e99bf5dc3f5e1 /azure/i386
parente52f63bea350ae1169dc873e8e0363271d85d153 (diff)
downloadphp-git-a36e381e57bdb1a95707198d3eecc5a209c56c97.tar.gz
drop docker until tested locally
Diffstat (limited to 'azure/i386')
-rw-r--r--azure/i386/job.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/azure/i386/job.yml b/azure/i386/job.yml
index a4feebf6d9..4acf58c74f 100644
--- a/azure/i386/job.yml
+++ b/azure/i386/job.yml
@@ -77,14 +77,6 @@ jobs:
sudo -u postgres psql -c "ALTER USER postgres PASSWORD 'postgres';"
sudo -u postgres psql -c "CREATE DATABASE test;"
displayName: 'Setup'
-# - ${{ if ne(variables['Build.Reason'], 'PullRequest') }}: this will be uncommented on merge, we don't want to docker pull request builds
- - task: Docker@2
- inputs:
- containerRegistry: 'phpazuredevops'
- repository: ${{ variables['Build.SourceBranch'] }}
- command: 'buildAndPush'
- Dockerfile: '**/Dockerfile'
- tags: ${{ parameters.configurationName }}
- template: test.yml
parameters:
configurationName: ${{ parameters.configurationName }}