Skip to content

Commit

Permalink
use the same build step as the actual release (#4157)
Browse files Browse the repository at this point in the history
* use the same build step as the actual release

specifically drop buildkite

* indentation
  • Loading branch information
laverya authored Nov 23, 2023
1 parent 6379050 commit 32e9a4d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/alpha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,17 @@ jobs:
build_web:
runs-on: ubuntu-20.04
needs: [generate-tag]
container:
image: replicated/gitops-builder:buildkite
options: --user root
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: '17.x'

- name: Build web
env:
GIT_TAG: ${{ needs.generate-tag.outputs.tag }}
run: mapfile -t envs < <(grep -v '#.*' < .image.env) && export "${envs[@]}" && make -C web deps build-kotsadm
shell: bash

- name: Upload web artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 32e9a4d

Please sign in to comment.