Skip to content
This repository was archived by the owner on Sep 27, 2021. It is now read-only.

Commit bdf60a5

Browse files
committed
Simply copy the example instead of using the rake wagon:file command
1 parent 632ea1b commit bdf60a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/entrypoint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set +e
44

55
if [ ! -f "./Wagonfile" ]; then
66
echo "⚙ Creating Wagonfile from defaults because it doesn't exist yet"
7-
bundle exec rake wagon:file
7+
cp ./Wagonfile.ci ./Wagonfile
88
echo "✅ Created Wagonfile"
99
else
1010
echo "↪️ Leaving existing Wagonfile as it is"

0 commit comments

Comments
 (0)