Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,9 @@ blocks:
- name: Build and check
commands:
- make check build
- cache store traefik-mesh-dist-$SEMAPHORE_GIT_BRANCH-$SEMAPHORE_WORKFLOW_ID dist
- artifact push workflow dist -d traefik-mesh-dist
- docker save traefik/mesh:latest > traefik-mesh-img.tar
- artifact push workflow traefik-mesh-img.tar --force
- artifact push workflow dist/traefik-mesh --force

- name: Unit Tests
run:
Expand All @@ -63,12 +62,10 @@ blocks:
task:
prologue:
commands:
- cache restore
- cache restore traefik-mesh-dist-$SEMAPHORE_GIT_BRANCH-$SEMAPHORE_WORKFLOW_ID
- artifact pull workflow traefik-mesh-dist -d dist
- chmod +x dist/traefik-mesh
- artifact pull workflow traefik-mesh-img.tar
- docker load < traefik-mesh-img.tar
- artifact pull workflow traefik-mesh --destination dist/traefik-mesh
- chmod +x dist/traefik-mesh
jobs:
- name: ACL Enabled Suite
commands:
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ packaging==24.0
Pygments==2.18.0
pymdown-extensions==7.0
python-dateutil==2.9.0.post0
PyYAML==6.0.1
PyYAML==6.0.2
pyyaml_env_tag==0.1
six==1.16.0
watchdog==4.0.0
Expand Down