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 668a917 commit a47eef1Copy full SHA for a47eef1
.buildkite/scripts/trigger-base-rebuild.sh
@@ -0,0 +1,11 @@
1
+#!/bin/bash
2
+set -euo pipefail
3
+
4
+timestamp=$(date -u +"%Y-%m-%d %H:%M:%S UTC")
5
6
+echo "# Last updated: ${timestamp}" >"packer/windows/.trigger-base-build"
7
+echo "# Last updated: ${timestamp}" >"packer/linux/.trigger-base-build"
8
9
+git add packer/windows/.trigger-base-build packer/linux/.trigger-base-build
10
11
+echo "Base AMI rebuild triggers updated"
0 commit comments