You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: track shared scripts in git and add CI sync check
Instead of gitignoring the per-service copies and copying them at
build time, track them in git so `docker build` works standalone
without build-image.sh.
- Remove .gitignore files, track pin-packages.sh and config-qemu.sh
in each service's shared/ directory
- build-image.sh now verifies copies match build/shared/ (not copies)
- CI: add check-shared-scripts job that fails if copies are out of sync
- CI: remove manual copy steps (no longer needed)
- CI: remove obsolete .GIT_REV file creation from kms workflows
- CI: add DSTACK_SRC_URL build-arg to gateway workflows
0 commit comments