Skip to content

Commit a93323c

Browse files
authored
Merge pull request learningequality#5905 from rtibbles/cleanup_deploy
Remove deployed deploy step.
2 parents d39e5ca + bbd9ba1 commit a93323c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ migrate:
3939
# 4) Remove the management command from this `deploy-migrate` recipe
4040
# 5) Repeat!
4141
deploy-migrate:
42-
python contentcuration/manage.py ensure_versioned_databases_exist & python contentcuration/manage.py create_channel_versions & wait
42+
echo "Nothing to do here!"
4343

4444
contentnodegc:
4545
python contentcuration/manage.py garbage_collect

0 commit comments

Comments
 (0)