Skip to content

Commit

Permalink
Fix UI artifact upload and semver tests (#14)
Browse files Browse the repository at this point in the history
Signed-off-by: Jordi Clariana <[email protected]>
  • Loading branch information
jordiclariana authored Mar 20, 2023
1 parent c3182a8 commit 892ce77
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hack/build-all-ankorstore.bash
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ fi
# Create the release directory
mkdir -p "${DEVSPACE_ROOT}/release"

# Move ui.tar.gz to releases
echo "Moving ui"
mv ui.tar.gz "${DEVSPACE_ROOT}/release/ui.tar.gz"
shasum -a 256 "${DEVSPACE_ROOT}/release/ui.tar.gz" > "${DEVSPACE_ROOT}/release/ui.tar.gz".sha256

# build devspace helper
echo "Building devspace helper"
GOARCH=amd64 GOOS=linux go build -ldflags "-s -w -X github.com/loft-sh/devspace/helper/cmd.version=${VERSION}" -o "${DEVSPACE_ROOT}/release/devspacehelper" helper/main.go
Expand Down

0 comments on commit 892ce77

Please sign in to comment.