From a36e381e57bdb1a95707198d3eecc5a209c56c97 Mon Sep 17 00:00:00 2001 From: Joe Watkins Date: Tue, 11 Jun 2019 11:09:06 +0200 Subject: drop docker until tested locally --- azure/i386/job.yml | 8 -------- 1 file changed, 8 deletions(-) (limited to 'azure/i386') 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 }} -- cgit v1.2.1