Skip to content

Commit a3dcd91

Browse files
committed
D91343F0-6020-451C-AE34-AE13C54768B7
1 parent a4ea501 commit a3dcd91

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Makefile

+6-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ production.report:
2121
./production.sh -t ${production_token} -F flagone
2222

2323
production.report.flagone:
24-
./production.sh -t ${local_token} -F flagone
24+
./production.sh -t ${production_token} -F flagone
2525

2626
local.full:
2727
${MAKE} local.download
@@ -37,6 +37,11 @@ production.full:
3737
${MAKE} test
3838
${MAKE} production.report
3939

40+
production.partial:
41+
${MAKE} production.download
42+
${MAKE} test
43+
${MAKE} production.report
44+
4045
local.download:
4146
curl -s http://localhost/bash > local.sh
4247
chmod +x ./local.sh

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,4 @@ BC8B58F8-D84F-41DA-8411-D145DFBBCDF7
5252
6F2AA94B-B8B7-4E5D-89F2-4B781B58FE20
5353
49C38017-A85B-4A35-9891-A9A8C929EBD1
5454
75FF7739-474E-4F40-A1F5-DA644247777C
55+
D91343F0-6020-451C-AE34-AE13C54768B7

0 commit comments

Comments
 (0)