We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8635cb1 commit ac4b474Copy full SHA for ac4b474
.gitignore
@@ -1,2 +1,3 @@
1
Results/**/*
2
-*.trace
+*.trace
3
+Latest
run
@@ -96,6 +96,8 @@ on didFinish()
96
end try
97
98
do shell script "mkdir Results/Build-" & (do shell script "date +'%Y.%m.%d-%H:%M:%S'" as string)
99
+ do shell script "rm -rf Latest"
100
+ do shell script "ln -s Results/Build-" & (do shell script "date +'%Y.%m.%d-%H:%M:%S'" as string) & " Latest"
101
try
102
do shell script "mv Results/Run* Results/Build-" & (do shell script "date +'%Y.%m.%d-%H:%M:%S'" as string) & "/"
103
on error errMsg
0 commit comments