Skip to content

Commit e03fc4b

Browse files
authored
fix: GA (#139)
1 parent 2543c4a commit e03fc4b

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

.github/workflows/codecov.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
environment: CI Environment
1414
steps:
1515
- uses: actions/checkout@v2
16-
- uses: satackey/[email protected]
17-
continue-on-error: true
1816
- name: Bring up Services and Run Tests
1917
run: |
2018
docker compose -f docker-compose-pipeline.yml build

.github/workflows/production_deployment.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ jobs:
1010
environment: Production
1111
steps:
1212
- uses: actions/checkout@v2
13-
- uses: satackey/[email protected]
14-
continue-on-error: true
1513
- name: push to dockerhub
1614
uses: fylein/docker-release-action@master
1715
id: generate-and-push-tag

.github/workflows/staging_deployment.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
environment: Staging
1515
steps:
1616
- uses: actions/checkout@v2
17-
- uses: satackey/[email protected]
18-
continue-on-error: true
1917
- name: push to dockerhub
2018
uses: fylein/docker-release-action@master
2119
env:

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ jobs:
1010
environment: CI Environment
1111
steps:
1212
- uses: actions/checkout@v2
13-
- uses: satackey/[email protected]
14-
continue-on-error: true
1513
- name: Bring up Services and Run Tests
1614
run: |
1715
docker compose -f docker-compose-pipeline.yml build

0 commit comments

Comments
 (0)