diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 375c7f4aa5..8014cbbd8b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/activestate.yaml b/activestate.yaml index 24715ea780..cf5582331d 100644 --- a/activestate.yaml +++ b/activestate.yaml @@ -85,6 +85,7 @@ scripts: GOFLAGS="" go install github.com/josephspurrier/goversioninfo/cmd/goversioninfo@v1.4.0 fi - name: preprocess + standalone: true language: bash description: Generates assets required by the project that aren't just specific to the build value: | @@ -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: | diff --git a/cmd/state-remote-installer/version.txt b/cmd/state-remote-installer/version.txt index 6c6aa7cb09..17e51c385e 100644 --- a/cmd/state-remote-installer/version.txt +++ b/cmd/state-remote-installer/version.txt @@ -1 +1 @@ -0.1.0 \ No newline at end of file +0.1.1