Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
- # === Preprocess ===
name: Preprocess
shell: bash
timeout-minutes: 1
run: state run preprocess -v
timeout-minutes: 2
run: VERBOSE=true state run preprocess -v

- # === Build Remote Installer ===
name: Build Remote Installer
Expand Down
2 changes: 2 additions & 0 deletions activestate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ scripts:
GOFLAGS="" go install github.com/josephspurrier/goversioninfo/cmd/[email protected]
fi
- name: preprocess
standalone: true
language: bash
description: Generates assets required by the project that aren't just specific to the build
value: |
Expand All @@ -96,6 +97,7 @@ scripts:
go run scripts/versioninfo-generator/main.go version.txt cmd/state-svc/versioninfo.json "State Service"
fi
- name: build
standalone: true
language: bash
description: Builds the project with the host OS as the target OS.
value: |
Expand Down
2 changes: 1 addition & 1 deletion cmd/state-remote-installer/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1