fix: fix dockerfiles and workflows
a1cddd83
7 file(s) · +13 −7
| 61 | 61 | fi |
|
| 62 | 62 | ||
| 63 | 63 | apps=() |
|
| 64 | - | for app in sipp feeds parcels jotts og shrink; do |
|
| 64 | + | for app in cellar sipp feeds parcels jotts og shrink; do |
|
| 65 | 65 | if echo "$changed" | grep -q "^apps/${app}/"; then |
|
| 66 | 66 | apps+=("\"${app}\"") |
|
| 67 | 67 | fi |
| 12 | 12 | COPY apps/jotts/Cargo.toml apps/jotts/ |
|
| 13 | 13 | COPY apps/og/Cargo.toml apps/og/ |
|
| 14 | 14 | COPY apps/shrink/Cargo.toml apps/shrink/ |
|
| 15 | + | COPY apps/cellar/Cargo.toml apps/cellar/ |
|
| 15 | 16 | ||
| 16 | 17 | # Create stubs for dependency caching |
|
| 17 | 18 | RUN mkdir -p crates/auth/src && echo '' > crates/auth/src/lib.rs \ |
|
| 18 | - | && for app in sipp feeds parcels jotts og shrink; do \ |
|
| 19 | + | && for app in sipp feeds parcels jotts og shrink cellar; do \ |
|
| 19 | 20 | mkdir -p apps/$app/src && echo 'fn main() {}' > apps/$app/src/main.rs; \ |
|
| 20 | 21 | done |
|
| 21 | 22 |
| 12 | 12 | COPY apps/jotts/Cargo.toml apps/jotts/ |
|
| 13 | 13 | COPY apps/og/Cargo.toml apps/og/ |
|
| 14 | 14 | COPY apps/shrink/Cargo.toml apps/shrink/ |
|
| 15 | + | COPY apps/cellar/Cargo.toml apps/cellar/ |
|
| 15 | 16 | ||
| 16 | 17 | # Create stubs for dependency caching |
|
| 17 | 18 | RUN mkdir -p crates/auth/src && echo '' > crates/auth/src/lib.rs \ |
|
| 18 | - | && for app in sipp feeds parcels jotts og shrink; do \ |
|
| 19 | + | && for app in sipp feeds parcels jotts og shrink cellar; do \ |
|
| 19 | 20 | mkdir -p apps/$app/src && echo 'fn main() {}' > apps/$app/src/main.rs; \ |
|
| 20 | 21 | done |
|
| 21 | 22 |
| 12 | 12 | COPY apps/jotts/Cargo.toml apps/jotts/ |
|
| 13 | 13 | COPY apps/og/Cargo.toml apps/og/ |
|
| 14 | 14 | COPY apps/shrink/Cargo.toml apps/shrink/ |
|
| 15 | + | COPY apps/cellar/Cargo.toml apps/cellar/ |
|
| 15 | 16 | ||
| 16 | 17 | # Create stubs for dependency caching |
|
| 17 | 18 | RUN mkdir -p crates/auth/src && echo '' > crates/auth/src/lib.rs \ |
|
| 18 | - | && for app in sipp feeds parcels jotts og shrink; do \ |
|
| 19 | + | && for app in sipp feeds parcels jotts og shrink cellar; do \ |
|
| 19 | 20 | mkdir -p apps/$app/src && echo 'fn main() {}' > apps/$app/src/main.rs; \ |
|
| 20 | 21 | done |
|
| 21 | 22 |
| 12 | 12 | COPY apps/jotts/Cargo.toml apps/jotts/ |
|
| 13 | 13 | COPY apps/og/Cargo.toml apps/og/ |
|
| 14 | 14 | COPY apps/shrink/Cargo.toml apps/shrink/ |
|
| 15 | + | COPY apps/cellar/Cargo.toml apps/cellar/ |
|
| 15 | 16 | ||
| 16 | 17 | # Create stubs for dependency caching |
|
| 17 | 18 | RUN mkdir -p crates/auth/src && echo '' > crates/auth/src/lib.rs \ |
|
| 18 | - | && for app in sipp feeds parcels jotts og shrink; do \ |
|
| 19 | + | && for app in sipp feeds parcels jotts og shrink cellar; do \ |
|
| 19 | 20 | mkdir -p apps/$app/src && echo 'fn main() {}' > apps/$app/src/main.rs; \ |
|
| 20 | 21 | done |
|
| 21 | 22 |
| 12 | 12 | COPY apps/jotts/Cargo.toml apps/jotts/ |
|
| 13 | 13 | COPY apps/og/Cargo.toml apps/og/ |
|
| 14 | 14 | COPY apps/shrink/Cargo.toml apps/shrink/ |
|
| 15 | + | COPY apps/cellar/Cargo.toml apps/cellar/ |
|
| 15 | 16 | ||
| 16 | 17 | # Create stubs for dependency caching |
|
| 17 | 18 | RUN mkdir -p crates/auth/src && echo '' > crates/auth/src/lib.rs \ |
|
| 18 | - | && for app in sipp feeds parcels jotts og shrink; do \ |
|
| 19 | + | && for app in sipp feeds parcels jotts og shrink cellar; do \ |
|
| 19 | 20 | mkdir -p apps/$app/src && echo 'fn main() {}' > apps/$app/src/main.rs; \ |
|
| 20 | 21 | done |
|
| 21 | 22 |
| 12 | 12 | COPY apps/jotts/Cargo.toml apps/jotts/ |
|
| 13 | 13 | COPY apps/og/Cargo.toml apps/og/ |
|
| 14 | 14 | COPY apps/shrink/Cargo.toml apps/shrink/ |
|
| 15 | + | COPY apps/cellar/Cargo.toml apps/cellar/ |
|
| 15 | 16 | ||
| 16 | 17 | # Create stubs for dependency caching |
|
| 17 | 18 | RUN mkdir -p crates/auth/src && echo '' > crates/auth/src/lib.rs \ |
|
| 18 | - | && for app in sipp feeds parcels jotts og shrink; do \ |
|
| 19 | + | && for app in sipp feeds parcels jotts og shrink cellar; do \ |
|
| 19 | 20 | mkdir -p apps/$app/src && echo 'fn main() {}' > apps/$app/src/main.rs; \ |
|
| 20 | 21 | done |
|
| 21 | 22 |