Skip to content

Commit d338ddb

Browse files
arampriceystros
authored andcommitted
CI: correctly trim patch from stemcell version
Signed-off-by: Brian Upton <[email protected]>
1 parent fc1eca3 commit d338ddb

File tree

1 file changed

+1
-1
lines changed
  • ci/tasks/set-stemcell-version

1 file changed

+1
-1
lines changed

ci/tasks/set-stemcell-version/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
version="$(cat version/version)"
4+
version="$(cut -d '.' -f1-2 < version/version)"
55

66
pushd bosh-windows-stemcell
77
echo "BEGIN Files in $(pwd)"

0 commit comments

Comments
 (0)