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 71e9114 commit bbcdd45Copy full SHA for bbcdd45
.gitignore
@@ -1,2 +1,3 @@
1
.build-exit-code
2
+.build-exit-time
3
.dotfiles-cachebust
docker/scripts/build.sh
@@ -21,3 +21,6 @@ docker build \
21
22
# Store build exit code
23
echo $? > $REPO_ROOT/.build-exit-code
24
+
25
+# Store build end time
26
+echo $(date +%s) > $REPO_ROOT/.build-exit-time
0 commit comments