Skip to content

Commit 899bf20

Browse files
author
Borja García Rodríguez
committed
remove windows build
1 parent bb62bd7 commit 899bf20

14 files changed

Lines changed: 14 additions & 742 deletions

.github/workflows/basket-api.yml

Lines changed: 1 addition & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -36,23 +36,6 @@ jobs:
3636
TAG: ${{ env.BRANCH }}
3737
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
3838

39-
BuildContainersForPR_Windows:
40-
41-
runs-on: windows-2019
42-
if: ${{ false }}
43-
# if: ${{ github.event_name == 'pull_request' }}
44-
steps:
45-
- name: 'Checkout Github Action'
46-
uses: actions/checkout@master
47-
48-
- name: Compose build ${{ env.SERVICE }}
49-
run: docker-compose build ${{ env.SERVICE }}
50-
working-directory: ./src
51-
shell: pwsh
52-
env:
53-
TAG: ${{ env.BRANCH }}
54-
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
55-
5639
BuildLinux:
5740
runs-on: ubuntu-latest
5841
if: ${{ github.event_name != 'pull_request' }}
@@ -103,39 +86,4 @@ jobs:
10386
run: |
10487
docker --config ~/.docker manifest create ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }} ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:linux-${{ env.BRANCH }}
10588
docker --config ~/.docker manifest push ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }}
106-
shell: bash
107-
108-
BuildWindows:
109-
runs-on: windows-2019
110-
if: ${{ false }}
111-
# if: ${{ github.event_name != 'pull_request' }}
112-
steps:
113-
- name: 'Checkout Github Action'
114-
uses: actions/checkout@master
115-
116-
- name: Login to Container Registry
117-
uses: azure/docker-login@v1
118-
with:
119-
login-server: ${{ env.REGISTRY_HOST }}
120-
username: ${{ secrets.USERNAME }}
121-
password: ${{ secrets.PASSWORD }}
122-
123-
- name: Set branch name as env variable
124-
shell: pwsh
125-
run: echo "BRANCH=$($env:GITHUB_REF.replace('refs/heads/', ''))" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
126-
127-
- name: Compose build ${{ env.SERVICE }}
128-
run: docker-compose build ${{ env.SERVICE }}
129-
working-directory: ./src
130-
shell: pwsh
131-
env:
132-
TAG: ${{ env.BRANCH }}
133-
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
134-
135-
- name: Compose push ${{ env.SERVICE }}
136-
run: docker-compose push ${{ env.SERVICE }}'
137-
working-directory: ./src
138-
shell: pwsh
139-
env:
140-
TAG: ${{ env.BRANCH }}
141-
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
89+
shell: bash

.github/workflows/catalog-api.yml

Lines changed: 1 addition & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -36,23 +36,6 @@ jobs:
3636
TAG: ${{ env.BRANCH }}
3737
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
3838

39-
BuildContainersForPR_Windows:
40-
41-
runs-on: windows-2019
42-
if: ${{ false }}
43-
# if: ${{ github.event_name == 'pull_request' }}
44-
steps:
45-
- name: 'Checkout Github Action'
46-
uses: actions/checkout@master
47-
48-
- name: Compose build ${{ env.SERVICE }}
49-
run: docker-compose build ${{ env.SERVICE }}
50-
working-directory: ./src
51-
shell: pwsh
52-
env:
53-
TAG: ${{ env.BRANCH }}
54-
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
55-
5639
BuildLinux:
5740
runs-on: ubuntu-latest
5841
if: ${{ github.event_name != 'pull_request' }}
@@ -103,39 +86,4 @@ jobs:
10386
run: |
10487
docker --config ~/.docker manifest create ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }} ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:linux-${{ env.BRANCH }}
10588
docker --config ~/.docker manifest push ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }}
106-
shell: bash
107-
108-
BuildWindows:
109-
runs-on: windows-2019
110-
if: ${{ false }}
111-
# if: ${{ github.event_name != 'pull_request' }}
112-
steps:
113-
- name: 'Checkout Github Action'
114-
uses: actions/checkout@master
115-
116-
- name: Login to Container Registry
117-
uses: azure/docker-login@v1
118-
with:
119-
login-server: ${{ env.REGISTRY_HOST }}
120-
username: ${{ secrets.USERNAME }}
121-
password: ${{ secrets.PASSWORD }}
122-
123-
- name: Set branch name as env variable
124-
shell: pwsh
125-
run: echo "BRANCH=$($env:GITHUB_REF.replace('refs/heads/', ''))" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
126-
127-
- name: Compose build ${{ env.SERVICE }}
128-
run: docker-compose build ${{ env.SERVICE }}
129-
working-directory: ./src
130-
shell: pwsh
131-
env:
132-
TAG: ${{ env.BRANCH }}
133-
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
134-
135-
- name: Compose push ${{ env.SERVICE }}
136-
run: docker-compose push ${{ env.SERVICE }}'
137-
working-directory: ./src
138-
shell: pwsh
139-
env:
140-
TAG: ${{ env.BRANCH }}
141-
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
89+
shell: bash

.github/workflows/identity-api.yml

Lines changed: 1 addition & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -36,23 +36,6 @@ jobs:
3636
TAG: ${{ env.BRANCH }}
3737
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
3838

39-
BuildContainersForPR_Windows:
40-
41-
runs-on: windows-2019
42-
if: ${{ false }}
43-
# if: ${{ github.event_name == 'pull_request' }}
44-
steps:
45-
- name: 'Checkout Github Action'
46-
uses: actions/checkout@master
47-
48-
- name: Compose build ${{ env.SERVICE }}
49-
run: docker-compose build ${{ env.SERVICE }}
50-
working-directory: ./src
51-
shell: pwsh
52-
env:
53-
TAG: ${{ env.BRANCH }}
54-
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
55-
5639
BuildLinux:
5740
runs-on: ubuntu-latest
5841
if: ${{ github.event_name != 'pull_request' }}
@@ -103,39 +86,4 @@ jobs:
10386
run: |
10487
docker --config ~/.docker manifest create ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }} ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:linux-${{ env.BRANCH }}
10588
docker --config ~/.docker manifest push ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }}
106-
shell: bash
107-
108-
BuildWindows:
109-
runs-on: windows-2019
110-
if: ${{ false }}
111-
# if: ${{ github.event_name != 'pull_request' }}
112-
steps:
113-
- name: 'Checkout Github Action'
114-
uses: actions/checkout@master
115-
116-
- name: Login to Container Registry
117-
uses: azure/docker-login@v1
118-
with:
119-
login-server: ${{ env.REGISTRY_HOST }}
120-
username: ${{ secrets.USERNAME }}
121-
password: ${{ secrets.PASSWORD }}
122-
123-
- name: Set branch name as env variable
124-
shell: pwsh
125-
run: echo "BRANCH=$($env:GITHUB_REF.replace('refs/heads/', ''))" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
126-
127-
- name: Compose build ${{ env.SERVICE }}
128-
run: docker-compose build ${{ env.SERVICE }}
129-
working-directory: ./src
130-
shell: pwsh
131-
env:
132-
TAG: ${{ env.BRANCH }}
133-
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
134-
135-
- name: Compose push ${{ env.SERVICE }}
136-
run: docker-compose push ${{ env.SERVICE }}'
137-
working-directory: ./src
138-
shell: pwsh
139-
env:
140-
TAG: ${{ env.BRANCH }}
141-
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
89+
shell: bash

.github/workflows/mobileshoppingagg.yml

Lines changed: 1 addition & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -35,23 +35,6 @@ jobs:
3535
TAG: ${{ env.BRANCH }}
3636
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
3737

38-
BuildContainersForPR_Windows:
39-
40-
runs-on: windows-2019
41-
if: ${{ false }}
42-
# if: ${{ github.event_name == 'pull_request' }}
43-
steps:
44-
- name: 'Checkout Github Action'
45-
uses: actions/checkout@master
46-
47-
- name: Compose build ${{ env.SERVICE }}
48-
run: docker-compose build ${{ env.SERVICE }}
49-
working-directory: ./src
50-
shell: pwsh
51-
env:
52-
TAG: ${{ env.BRANCH }}
53-
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
54-
5538
BuildLinux:
5639
runs-on: ubuntu-latest
5740
if: ${{ github.event_name != 'pull_request' }}
@@ -102,39 +85,4 @@ jobs:
10285
run: |
10386
docker --config ~/.docker manifest create ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }} ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:linux-${{ env.BRANCH }}
10487
docker --config ~/.docker manifest push ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }}
105-
shell: bash
106-
107-
BuildWindows:
108-
runs-on: windows-2019
109-
if: ${{ false }}
110-
# if: ${{ github.event_name != 'pull_request' }}
111-
steps:
112-
- name: 'Checkout Github Action'
113-
uses: actions/checkout@master
114-
115-
- name: Login to Container Registry
116-
uses: azure/docker-login@v1
117-
with:
118-
login-server: ${{ env.REGISTRY_HOST }}
119-
username: ${{ secrets.USERNAME }}
120-
password: ${{ secrets.PASSWORD }}
121-
122-
- name: Set branch name as env variable
123-
shell: pwsh
124-
run: echo "BRANCH=$($env:GITHUB_REF.replace('refs/heads/', ''))" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
125-
126-
- name: Compose build ${{ env.SERVICE }}
127-
run: docker-compose build ${{ env.SERVICE }}
128-
working-directory: ./src
129-
shell: pwsh
130-
env:
131-
TAG: ${{ env.BRANCH }}
132-
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
133-
134-
- name: Compose push ${{ env.SERVICE }}
135-
run: docker-compose push ${{ env.SERVICE }}'
136-
working-directory: ./src
137-
shell: pwsh
138-
env:
139-
TAG: ${{ env.BRANCH }}
140-
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
88+
shell: bash

.github/workflows/ordering-api.yml

Lines changed: 1 addition & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -36,23 +36,6 @@ jobs:
3636
TAG: ${{ env.BRANCH }}
3737
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
3838

39-
BuildContainersForPR_Windows:
40-
41-
runs-on: windows-2019
42-
if: ${{ false }}
43-
# if: ${{ github.event_name == 'pull_request' }}
44-
steps:
45-
- name: 'Checkout Github Action'
46-
uses: actions/checkout@master
47-
48-
- name: Compose build ${{ env.SERVICE }}
49-
run: docker-compose build ${{ env.SERVICE }}
50-
working-directory: ./src
51-
shell: pwsh
52-
env:
53-
TAG: ${{ env.BRANCH }}
54-
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
55-
5639
BuildLinux:
5740
runs-on: ubuntu-latest
5841
if: ${{ github.event_name != 'pull_request' }}
@@ -103,39 +86,4 @@ jobs:
10386
run: |
10487
docker --config ~/.docker manifest create ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }} ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:linux-${{ env.BRANCH }}
10588
docker --config ~/.docker manifest push ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }}
106-
shell: bash
107-
108-
BuildWindows:
109-
runs-on: windows-2019
110-
if: ${{ false }}
111-
# if: ${{ github.event_name != 'pull_request' }}
112-
steps:
113-
- name: 'Checkout Github Action'
114-
uses: actions/checkout@master
115-
116-
- name: Login to Container Registry
117-
uses: azure/docker-login@v1
118-
with:
119-
login-server: ${{ env.REGISTRY_HOST }}
120-
username: ${{ secrets.USERNAME }}
121-
password: ${{ secrets.PASSWORD }}
122-
123-
- name: Set branch name as env variable
124-
shell: pwsh
125-
run: echo "BRANCH=$($env:GITHUB_REF.replace('refs/heads/', ''))" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
126-
127-
- name: Compose build ${{ env.SERVICE }}
128-
run: docker-compose build ${{ env.SERVICE }}
129-
working-directory: ./src
130-
shell: pwsh
131-
env:
132-
TAG: ${{ env.BRANCH }}
133-
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
134-
135-
- name: Compose push ${{ env.SERVICE }}
136-
run: docker-compose push ${{ env.SERVICE }}'
137-
working-directory: ./src
138-
shell: pwsh
139-
env:
140-
TAG: ${{ env.BRANCH }}
141-
REGISTRY: ${{ secrets.REGISTRY_ENDPOINT }}
89+
shell: bash

0 commit comments

Comments
 (0)