Skip to content

Commit 21ba0e7

Browse files
authored
Merge pull request #73 from Automattic/fix-dependency
Fix incorrect step dependency in buildkite pipline
2 parents a9a9f63 + 666ba92 commit 21ba0e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ steps:
6767
env: *common_env
6868
plugins: *common_plugins
6969
depends_on:
70-
- "test-arm64"
70+
- "test"
7171
- "validate-release-build"
7272
if: build.tag != null
7373
agents:

Sources/libhostmgr/libhostmgr.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Foundation
22
import OSLog
33

4-
public let hostmgrVersion = "0.50.0-beta.11"
4+
public let hostmgrVersion = "0.50.0-beta.12"
55

66
public extension Logger {
77
private static let subsystem = "com.automattic.hostmgr"

0 commit comments

Comments
 (0)