Skip to content

Commit 35a594f

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

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

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

4-
version="$(cat version/version)"
4+
version="$(cut -d '.' -f1-2 < version/version)"
5+
echo "Using version: ${version}"
56

67
pushd bosh-windows-stemcell
78
echo "BEGIN Files in $(pwd)"

0 commit comments

Comments
 (0)