Skip to content

Commit 50962b2

Browse files
committed
.env directly no need for .env.sample
1 parent febc3c4 commit 50962b2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,7 @@ jobs:
9090
# Make script executable
9191
chmod +x image.sh
9292
93-
# Copy .env.sample to .env
94-
cp .env.sample .env
95-
echo "🐳 Using .env.sample as .env for build test"
93+
echo "🐳 Using .env for build test"
9694
9795
# Check what container runtime is available (podman takes precedence)
9896
echo "🔍 Checking available container runtimes..."

0 commit comments

Comments
 (0)