Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
configuration
Commits
f382c9bf
Commit
f382c9bf
authored
Nov 24, 2015
by
Kevin Falcone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Django 1.8 doesn't support dry run anymore
parent
a38d87ef
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
playbooks/edx-east/edxapp_migrate.yml
+1
-1
util/jenkins/check-migrations.sh
+1
-1
No files found.
playbooks/edx-east/edxapp_migrate.yml
View file @
f382c9bf
...
...
@@ -3,7 +3,7 @@
sudo
:
False
gather_facts
:
False
vars
:
db_dry_run
:
"
--
db-dry-run
"
db_dry_run
:
"
--
list
"
syncdb
:
false
tasks
:
-
name
:
syncdb
...
...
util/jenkins/check-migrations.sh
View file @
f382c9bf
...
...
@@ -48,7 +48,7 @@ fi
if
[[
$db_dry_run
==
"false"
]]
;
then
# Set this to an empty string if db_dry_run is
# not set. By default the db_dry_run var is
# set to --
db-dry-run
# set to --
list
extra_var_args+
=
" -e db_dry_run=''"
else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment