mirror of
https://github.com/fastapi/fastapi.git
synced 2026-01-11 15:38:46 -05:00
8 lines
85 B
Bash
Executable File
8 lines
85 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
bash scripts/publish.sh
|
|
|
|
bash scripts/trigger-docker.sh
|