Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next version of remote installer will be 0.1.1 #3071

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
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
Loading