File tree 3 files changed +3
-7
lines changed
3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 3
3
import sys
4
4
import os
5
5
6
-
7
- # Set the working directory to the root of our repo,
8
- # assuming that fabfile is on it.
9
- #os.chdir(os.path.dirname(__file__))
10
-
11
6
def deploy (args ):
12
7
13
8
if not args [1 :]:
@@ -24,11 +19,12 @@ def deploy(args):
24
19
stamp = time .strftime ("%Y%m%d-%Hh%Mm%Ss" )
25
20
26
21
#Deploy
27
- os .system ("../google_appengine/appcfg.py update ../src/ "
22
+ os .system ("../google_appengine/appcfg.py update ../src/ " )
28
23
29
24
#Tag the deployed revision
30
25
os .system ("git tag -a deploy/%s %s -m ''" % (stamp , rev ))
31
26
os .system ("git push --tags" )
27
+
32
28
else :
33
29
print "ERROR: Tests are not passing. Cannot deploy."
34
30
print "Solve problems and run command again.\n "
Original file line number Diff line number Diff line change 8
8
9
9
< title > ForkinRio. Apenas um grupo de estudos diferente.</ title >
10
10
11
- < link type ="text/css " href ="css/styles .css " rel ="stylesheet " media ="screen " />
11
+ < link type ="text/css " href ="css/style .css " rel ="stylesheet " media ="screen " />
12
12
</ head >
13
13
< body >
14
14
< div id ="wrap ">
You can’t perform that action at this time.
0 commit comments