File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ production.report:
21
21
./production.sh -t ${production_token} -F flagone
22
22
23
23
production.report.flagone :
24
- ./production.sh -t ${local_token } -F flagone
24
+ ./production.sh -t ${production_token } -F flagone
25
25
26
26
local.full :
27
27
${MAKE} local.download
@@ -37,6 +37,11 @@ production.full:
37
37
${MAKE} test
38
38
${MAKE} production.report
39
39
40
+ production.partial :
41
+ ${MAKE} production.download
42
+ ${MAKE} test
43
+ ${MAKE} production.report
44
+
40
45
local.download :
41
46
curl -s http://localhost/bash > local.sh
42
47
chmod +x ./local.sh
Original file line number Diff line number Diff line change @@ -52,3 +52,4 @@ BC8B58F8-D84F-41DA-8411-D145DFBBCDF7
52
52
6F2AA94B-B8B7-4E5D-89F2-4B781B58FE20
53
53
49C38017-A85B-4A35-9891-A9A8C929EBD1
54
54
75FF7739-474E-4F40-A1F5-DA644247777C
55
+ D91343F0-6020-451C-AE34-AE13C54768B7
You can’t perform that action at this time.
0 commit comments