diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index e2b127da..6f914d98 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -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: @@ -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: diff --git a/docs/requirements.txt b/docs/requirements.txt index f5299caa..d3b1bf47 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -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