Skip to content

Commit e2d9b61

Browse files
committed
move binaries to .bin folder and try build with add_cors_to_sse
1 parent 5a418b1 commit e2d9b61

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.github/workflows/build-gateway.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323

2424
- name: Clone gateway repository
2525
run: |
26-
git clone https://github.com/centralmind/gateway.git /tmp/gateway
26+
# git clone https://github.com/centralmind/gateway.git /tmp/gateway
27+
git clone --branch add_cors_to_sse https://github.com/Slach/gateway.git /tmp/gateway
2728

2829
- name: Remove TARGETARCH default from Dockerfile.build
2930
run: |
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)