Skip to content

Commit

Permalink
Merge pull request #647 from Ilhasoft/hotfix/fix_version_tests
Browse files Browse the repository at this point in the history
Solve conflicts with staging branch
  • Loading branch information
helllllllder committed Oct 13, 2021
2 parents d0eba1e + 6eedda8 commit ca9319b
Show file tree
Hide file tree
Showing 5 changed files with 125 additions and 118 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-develop.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Develop Image
name: Build Develop Image Engine
on:
push:
tags:
Expand All @@ -9,6 +9,8 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v2
with:
ref: develop
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
Expand All @@ -29,4 +31,3 @@ jobs:
file: ./Dockerfile
push: true
tags: bothubit/bothub-engine:${{ steps.vars.outputs.tag }}

2 changes: 2 additions & 0 deletions .github/workflows/build-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v2
with:
ref: master
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build-staging.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Staging Image
name: Build Staging Image Engine
on:
push:
tags:
Expand All @@ -9,6 +9,8 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v2
with:
ref: staging
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ django-elasticsearch-dsl-drf= "~=0.22.1"
elasticsearch= "~=7.14.0"
elasticsearch-dsl= "~=7.4.0"
psycopg2-binary = "~=2.9.1"
weni-protobuffers = "*"
weni-protobuffers = "~=1.1.0"

[dev-packages]
"flake8" = "~=3.9.2"
Expand Down
Loading

0 comments on commit ca9319b

Please sign in to comment.